Struct mailpot_web::auth::SshSignature
source · pub struct SshSignature {
pub email: String,
pub ssh_public_key: String,
pub ssh_signature: String,
pub namespace: Cow<'static, str>,
pub token: String,
}
Fields§
§email: String
§ssh_public_key: String
§ssh_signature: String
§namespace: Cow<'static, str>
§token: String
Trait Implementations§
source§impl Clone for SshSignature
impl Clone for SshSignature
source§fn clone(&self) -> SshSignature
fn clone(&self) -> SshSignature
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SshSignature
impl Debug for SshSignature
source§impl Default for SshSignature
impl Default for SshSignature
source§fn default() -> SshSignature
fn default() -> SshSignature
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SshSignature
impl Send for SshSignature
impl Sync for SshSignature
impl Unpin for SshSignature
impl UnwindSafe for SshSignature
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more