pub struct OnDiskKeyInfoManager { /* private fields */ }Expand description
A key info manager storing key triple to key info mapping on files on disk
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnDiskKeyInfoManager
impl RefUnwindSafe for OnDiskKeyInfoManager
impl Send for OnDiskKeyInfoManager
impl Sync for OnDiskKeyInfoManager
impl Unpin for OnDiskKeyInfoManager
impl UnwindSafe for OnDiskKeyInfoManager
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