Struct imap_types::command::AuthenticateData
source · pub struct AuthenticateData(pub Secret<Vec<u8>>);Tuple Fields§
§0: Secret<Vec<u8>>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 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 ==.impl Eq for AuthenticateData
impl StructuralEq for AuthenticateData
impl StructuralPartialEq for AuthenticateData
Auto Trait Implementations§
impl RefUnwindSafe for AuthenticateData
impl Send for AuthenticateData
impl Sync for AuthenticateData
impl Unpin for AuthenticateData
impl UnwindSafe for AuthenticateData
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