Struct imap_types::command::Command
source · [−]pub struct Command<'a> {
pub tag: Tag<'a>,
pub body: CommandBody<'a>,
}Fields
tag: Tag<'a>body: CommandBody<'a>Implementations
Trait Implementations
impl<'a> Eq for Command<'a>
impl<'a> StructuralEq for Command<'a>
impl<'a> StructuralPartialEq for Command<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Command<'a>
impl<'a> Send for Command<'a>
impl<'a> Sync for Command<'a>
impl<'a> Unpin for Command<'a>
impl<'a> UnwindSafe for Command<'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