pub struct NoRevocationSource;Expand description
The default: no resolver is configured, so revocation is uncheckable.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoRevocationSource
impl RefUnwindSafe for NoRevocationSource
impl Send for NoRevocationSource
impl Sync for NoRevocationSource
impl Unpin for NoRevocationSource
impl UnsafeUnpin for NoRevocationSource
impl UnwindSafe for NoRevocationSource
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