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
sourceimpl<'a> Debug for TLSServerTrustAnchors<'a>
impl<'a> Debug for TLSServerTrustAnchors<'a>
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
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more