pub struct PinnedIssuerKeys { /* private fields */ }Expand description
An in-process allowlist of pinned issuer keys.
Implementations§
Trait Implementations§
Source§impl Default for PinnedIssuerKeys
impl Default for PinnedIssuerKeys
Source§fn default() -> PinnedIssuerKeys
fn default() -> PinnedIssuerKeys
Returns the “default value” for a type. Read more
Source§impl IssuerKeyResolver for PinnedIssuerKeys
impl IssuerKeyResolver for PinnedIssuerKeys
Auto Trait Implementations§
impl !Freeze for PinnedIssuerKeys
impl RefUnwindSafe for PinnedIssuerKeys
impl Send for PinnedIssuerKeys
impl Sync for PinnedIssuerKeys
impl Unpin for PinnedIssuerKeys
impl UnsafeUnpin for PinnedIssuerKeys
impl UnwindSafe for PinnedIssuerKeys
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