pub struct RepositoryKeys {
pub encryption_key: CryptoKey,
pub mac_key: CryptoKey,
}Fields§
§encryption_key: CryptoKey§mac_key: CryptoKeyImplementations§
Trait Implementations§
Source§impl Clone for RepositoryKeys
impl Clone for RepositoryKeys
Source§fn clone(&self) -> RepositoryKeys
fn clone(&self) -> RepositoryKeys
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RepositoryKeys
impl Debug for RepositoryKeys
Auto Trait Implementations§
impl Freeze for RepositoryKeys
impl RefUnwindSafe for RepositoryKeys
impl Send for RepositoryKeys
impl Sync for RepositoryKeys
impl Unpin for RepositoryKeys
impl UnsafeUnpin for RepositoryKeys
impl UnwindSafe for RepositoryKeys
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