Struct imap_types::message::AuthMechanismOther
source · [−]pub struct AuthMechanismOther<'a> { /* private fields */ }Implementations
sourceimpl<'a> AuthMechanismOther<'a>
impl<'a> AuthMechanismOther<'a>
Trait Implementations
sourceimpl<'a> Clone for AuthMechanismOther<'a>
impl<'a> Clone for AuthMechanismOther<'a>
sourcefn clone(&self) -> AuthMechanismOther<'a>
fn clone(&self) -> AuthMechanismOther<'a>
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<'a> Debug for AuthMechanismOther<'a>
impl<'a> Debug for AuthMechanismOther<'a>
sourceimpl<'a> Encode for AuthMechanismOther<'a>
impl<'a> Encode for AuthMechanismOther<'a>
sourceimpl<'a> Hash for AuthMechanismOther<'a>
impl<'a> Hash for AuthMechanismOther<'a>
sourceimpl<'a> PartialEq<AuthMechanismOther<'a>> for AuthMechanismOther<'a>
impl<'a> PartialEq<AuthMechanismOther<'a>> for AuthMechanismOther<'a>
sourcefn eq(&self, other: &AuthMechanismOther<'a>) -> bool
fn eq(&self, other: &AuthMechanismOther<'a>) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AuthMechanismOther<'a>) -> bool
fn ne(&self, other: &AuthMechanismOther<'a>) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a str> for AuthMechanismOther<'a>
impl<'a> TryFrom<&'a str> for AuthMechanismOther<'a>
sourceimpl<'a> TryFrom<Atom<'a>> for AuthMechanismOther<'a>
impl<'a> TryFrom<Atom<'a>> for AuthMechanismOther<'a>
impl<'a> Eq for AuthMechanismOther<'a>
impl<'a> StructuralEq for AuthMechanismOther<'a>
impl<'a> StructuralPartialEq for AuthMechanismOther<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for AuthMechanismOther<'a>
impl<'a> Send for AuthMechanismOther<'a>
impl<'a> Sync for AuthMechanismOther<'a>
impl<'a> Unpin for AuthMechanismOther<'a>
impl<'a> UnwindSafe for AuthMechanismOther<'a>
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