pub struct TlsClientTrustAnchors<'a>(pub &'a [TrustAnchor<'a>]);Expand description
Trust anchors which may be used for authenticating clients.
Tuple Fields§
§0: &'a [TrustAnchor<'a>]Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TlsClientTrustAnchors<'a>
impl<'a> RefUnwindSafe for TlsClientTrustAnchors<'a>
impl<'a> Send for TlsClientTrustAnchors<'a>
impl<'a> Sync for TlsClientTrustAnchors<'a>
impl<'a> Unpin for TlsClientTrustAnchors<'a>
impl<'a> UnwindSafe for TlsClientTrustAnchors<'a>
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