Struct scrambledb::setup::StoreEncryptionKey
source · pub struct StoreEncryptionKey(/* private fields */);
Expand description
A data store’s public encryption key.
Trait Implementations§
source§impl Clone for StoreEncryptionKey
impl Clone for StoreEncryptionKey
source§fn clone(&self) -> StoreEncryptionKey
fn clone(&self) -> StoreEncryptionKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for StoreEncryptionKey
impl RefUnwindSafe for StoreEncryptionKey
impl Send for StoreEncryptionKey
impl Sync for StoreEncryptionKey
impl Unpin for StoreEncryptionKey
impl UnwindSafe for StoreEncryptionKey
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