Struct scrambledb::setup::StoreDecryptionKey
source · pub struct StoreDecryptionKey(/* private fields */);
Expand description
A data store’s private decryption key.
Auto Trait Implementations§
impl Freeze for StoreDecryptionKey
impl RefUnwindSafe for StoreDecryptionKey
impl Send for StoreDecryptionKey
impl Sync for StoreDecryptionKey
impl Unpin for StoreDecryptionKey
impl UnwindSafe for StoreDecryptionKey
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