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