Struct webpki::TlsServerTrustAnchors
source · [−]pub struct TlsServerTrustAnchors<'a>(pub &'a [TrustAnchor<'a>]);
Expand description
Trust anchors which may be used for authenticating servers.
Tuple Fields
0: &'a [TrustAnchor<'a>]
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for TlsServerTrustAnchors<'a>
impl<'a> Send for TlsServerTrustAnchors<'a>
impl<'a> Sync for TlsServerTrustAnchors<'a>
impl<'a> Unpin for TlsServerTrustAnchors<'a>
impl<'a> UnwindSafe for TlsServerTrustAnchors<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more