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