Struct imap_types::response::CodeOther
source · pub struct CodeOther<'a>(_);Implementations§
Trait Implementations§
source§impl<'a> PartialEq<CodeOther<'a>> for CodeOther<'a>
impl<'a> PartialEq<CodeOther<'a>> for CodeOther<'a>
impl<'a> Eq for CodeOther<'a>
impl<'a> StructuralEq for CodeOther<'a>
impl<'a> StructuralPartialEq for CodeOther<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for CodeOther<'a>
impl<'a> Send for CodeOther<'a>
impl<'a> Sync for CodeOther<'a>
impl<'a> Unpin for CodeOther<'a>
impl<'a> UnwindSafe for CodeOther<'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