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