pub struct Starttls;
Expand description
STARTTLS command
Trait Implementations§
impl Copy for Starttls
impl Eq for Starttls
impl StructuralPartialEq for Starttls
Auto Trait Implementations§
impl Freeze for Starttls
impl RefUnwindSafe for Starttls
impl Send for Starttls
impl Sync for Starttls
impl Unpin for Starttls
impl UnwindSafe for Starttls
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