Struct imap_types::message::AuthMechanismOther
source · pub struct AuthMechanismOther<'a>(_);Implementations§
Trait Implementations§
source§impl<'a> AsRef<str> for AuthMechanismOther<'a>
impl<'a> AsRef<str> for AuthMechanismOther<'a>
source§impl<'a> Clone for AuthMechanismOther<'a>
impl<'a> Clone for AuthMechanismOther<'a>
source§fn clone(&self) -> AuthMechanismOther<'a>
fn clone(&self) -> AuthMechanismOther<'a>
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<'a> Debug for AuthMechanismOther<'a>
impl<'a> Debug for AuthMechanismOther<'a>
source§impl<'a> Hash for AuthMechanismOther<'a>
impl<'a> Hash for AuthMechanismOther<'a>
source§impl<'a> PartialEq<AuthMechanismOther<'a>> for AuthMechanismOther<'a>
impl<'a> PartialEq<AuthMechanismOther<'a>> for AuthMechanismOther<'a>
source§fn 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 ==.source§impl<'a> TryFrom<&'a [u8]> for AuthMechanismOther<'a>
impl<'a> TryFrom<&'a [u8]> for AuthMechanismOther<'a>
source§impl<'a> TryFrom<&'a str> for AuthMechanismOther<'a>
impl<'a> TryFrom<&'a str> for AuthMechanismOther<'a>
source§impl<'a> TryFrom<Atom<'a>> for AuthMechanismOther<'a>
impl<'a> TryFrom<Atom<'a>> for AuthMechanismOther<'a>
source§impl<'a> TryFrom<String> for AuthMechanismOther<'a>
impl<'a> TryFrom<String> 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§
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