Struct imap_codec::command::AuthenticateData
source · pub struct AuthenticateData(pub Secret<Vec<u8, Global>>);Tuple Fields§
§0: Secret<Vec<u8, Global>>Trait Implementations§
source§impl Clone for AuthenticateData
impl Clone for AuthenticateData
source§fn clone(&self) -> AuthenticateData
fn clone(&self) -> AuthenticateData
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 AuthenticateData
impl Debug for AuthenticateData
source§impl<'a> Decode<'a> for AuthenticateData
impl<'a> Decode<'a> for AuthenticateData
source§impl Encode for AuthenticateData
impl Encode for AuthenticateData
source§impl Hash for AuthenticateData
impl Hash for AuthenticateData
source§impl PartialEq<AuthenticateData> for AuthenticateData
impl PartialEq<AuthenticateData> for AuthenticateData
source§fn eq(&self, other: &AuthenticateData) -> bool
fn eq(&self, other: &AuthenticateData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.