Struct imap_types::auth::AuthMechanismOther
source · pub struct AuthMechanismOther<'a>(_);Expand description
An (unknown) authentication mechanism.
It’s guaranteed that this type can’t represent any mechanism from AuthMechanism.
Trait Implementations§
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<'de, 'a> Deserialize<'de> for AuthMechanismOther<'a>
impl<'de, 'a> Deserialize<'de> for AuthMechanismOther<'a>
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'a> Hash for AuthMechanismOther<'a>
impl<'a> Hash for AuthMechanismOther<'a>
source§impl<'a> IntoBoundedStatic for AuthMechanismOther<'a>
impl<'a> IntoBoundedStatic for AuthMechanismOther<'a>
§type Static = AuthMechanismOther<'static>
type Static = AuthMechanismOther<'static>
The target type is bounded by the
'static lifetime.source§fn into_static(self) -> Self::Static
fn into_static(self) -> Self::Static
Convert an owned
T into an owned T such that T: 'static.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> Serialize for AuthMechanismOther<'a>
impl<'a> Serialize for AuthMechanismOther<'a>
source§impl<'a> ToBoundedStatic for AuthMechanismOther<'a>
impl<'a> ToBoundedStatic 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