pub struct NoServerIdentityProvider;Expand description
Marker provider used by the disabled TLS policy.
Trait Implementations§
Source§impl Clone for NoServerIdentityProvider
impl Clone for NoServerIdentityProvider
Source§fn clone(&self) -> NoServerIdentityProvider
fn clone(&self) -> NoServerIdentityProvider
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 NoServerIdentityProvider
Source§impl Debug for NoServerIdentityProvider
impl Debug for NoServerIdentityProvider
impl Eq for NoServerIdentityProvider
Source§impl PartialEq for NoServerIdentityProvider
impl PartialEq for NoServerIdentityProvider
impl StructuralPartialEq for NoServerIdentityProvider
Auto Trait Implementations§
impl Freeze for NoServerIdentityProvider
impl RefUnwindSafe for NoServerIdentityProvider
impl Send for NoServerIdentityProvider
impl Sync for NoServerIdentityProvider
impl Unpin for NoServerIdentityProvider
impl UnsafeUnpin for NoServerIdentityProvider
impl UnwindSafe for NoServerIdentityProvider
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