pub struct OpaqueRevocationStore(/* private fields */);Available on crate feature
ffi only.Expand description
Opaque handle to a persistent MemoryRevocationStore.
Auto Trait Implementations§
impl Freeze for OpaqueRevocationStore
impl RefUnwindSafe for OpaqueRevocationStore
impl Send for OpaqueRevocationStore
impl Sync for OpaqueRevocationStore
impl Unpin for OpaqueRevocationStore
impl UnsafeUnpin for OpaqueRevocationStore
impl UnwindSafe for OpaqueRevocationStore
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