pub struct InMemoryKekProvider { /* private fields */ }Expand description
In-memory KEK provider for testing and development.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InMemoryKekProvider
impl RefUnwindSafe for InMemoryKekProvider
impl Send for InMemoryKekProvider
impl Sync for InMemoryKekProvider
impl Unpin for InMemoryKekProvider
impl UnsafeUnpin for InMemoryKekProvider
impl UnwindSafe for InMemoryKekProvider
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