pub struct StartTlsCapability;Expand description
STARTTLS capability marker.
Trait Implementations§
Source§impl Clone for StartTlsCapability
impl Clone for StartTlsCapability
Source§fn clone(&self) -> StartTlsCapability
fn clone(&self) -> StartTlsCapability
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StartTlsCapability
impl Debug for StartTlsCapability
Source§impl Default for StartTlsCapability
impl Default for StartTlsCapability
Source§fn default() -> StartTlsCapability
fn default() -> StartTlsCapability
Returns the “default value” for a type. Read more
Source§impl Hash for StartTlsCapability
impl Hash for StartTlsCapability
Source§impl Ord for StartTlsCapability
impl Ord for StartTlsCapability
Source§fn cmp(&self, other: &StartTlsCapability) -> Ordering
fn cmp(&self, other: &StartTlsCapability) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StartTlsCapability
impl PartialEq for StartTlsCapability
Source§fn eq(&self, other: &StartTlsCapability) -> bool
fn eq(&self, other: &StartTlsCapability) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for StartTlsCapability
impl PartialOrd for StartTlsCapability
impl Copy for StartTlsCapability
impl Eq for StartTlsCapability
impl StructuralPartialEq for StartTlsCapability
Auto Trait Implementations§
impl Freeze for StartTlsCapability
impl RefUnwindSafe for StartTlsCapability
impl Send for StartTlsCapability
impl Sync for StartTlsCapability
impl Unpin for StartTlsCapability
impl UnsafeUnpin for StartTlsCapability
impl UnwindSafe for StartTlsCapability
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