pub struct StarttlsCommand;
Expand description
STARTTLS command
Trait Implementations§
Source§impl Clone for StarttlsCommand
impl Clone for StarttlsCommand
Source§fn clone(&self) -> StarttlsCommand
fn clone(&self) -> StarttlsCommand
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StarttlsCommand
impl Debug for StarttlsCommand
Source§impl Display for StarttlsCommand
impl Display for StarttlsCommand
Source§impl PartialEq for StarttlsCommand
impl PartialEq for StarttlsCommand
impl Copy for StarttlsCommand
impl Eq for StarttlsCommand
impl StructuralPartialEq for StarttlsCommand
Auto Trait Implementations§
impl Freeze for StarttlsCommand
impl RefUnwindSafe for StarttlsCommand
impl Send for StarttlsCommand
impl Sync for StarttlsCommand
impl Unpin for StarttlsCommand
impl UnwindSafe for StarttlsCommand
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