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§
source§impl<'a> PartialEq<Command<'a>> for Command<'a>
impl<'a> PartialEq<Command<'a>> for Command<'a>
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§
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