pub struct Vrfy { /* private fields */ }
Expand description
VRFY command
Implementations§
Trait Implementations§
impl Eq for Vrfy
impl StructuralPartialEq for Vrfy
Auto Trait Implementations§
impl Freeze for Vrfy
impl RefUnwindSafe for Vrfy
impl Send for Vrfy
impl Sync for Vrfy
impl Unpin for Vrfy
impl UnwindSafe for Vrfy
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