Struct imap_types::command::AuthenticateData
source · [−]Fields
data: Vec<u8>Trait Implementations
sourceimpl Clone for AuthenticateData
impl Clone for AuthenticateData
sourcefn clone(&self) -> AuthenticateData
fn clone(&self) -> AuthenticateData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AuthenticateData
impl Debug for AuthenticateData
sourceimpl Hash for AuthenticateData
impl Hash for AuthenticateData
sourceimpl PartialEq<AuthenticateData> for AuthenticateData
impl PartialEq<AuthenticateData> for AuthenticateData
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &AuthenticateData) -> bool
fn ne(&self, other: &AuthenticateData) -> bool
This method tests for !=.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more