pub struct DisabledServerTls;Expand description
Explicit plaintext-only server TLS policy.
Trait Implementations§
Source§impl Clone for DisabledServerTls
impl Clone for DisabledServerTls
Source§fn clone(&self) -> DisabledServerTls
fn clone(&self) -> DisabledServerTls
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 moreimpl Copy for DisabledServerTls
Source§impl Debug for DisabledServerTls
impl Debug for DisabledServerTls
impl Eq for DisabledServerTls
Source§impl PartialEq for DisabledServerTls
impl PartialEq for DisabledServerTls
impl StructuralPartialEq for DisabledServerTls
Auto Trait Implementations§
impl Freeze for DisabledServerTls
impl RefUnwindSafe for DisabledServerTls
impl Send for DisabledServerTls
impl Sync for DisabledServerTls
impl Unpin for DisabledServerTls
impl UnsafeUnpin for DisabledServerTls
impl UnwindSafe for DisabledServerTls
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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