Struct webpki::TLSServerTrustAnchors [−][src]
pub struct TLSServerTrustAnchors<'a>(pub &'a [TrustAnchor<'a>]);
Trust anchors which may be used for authenticating servers.
pub struct TLSServerTrustAnchors<'a>(pub &'a [TrustAnchor<'a>]);
Trust anchors which may be used for authenticating servers.
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>