pub struct SourceKey(pub [u8; 32]);Expand description
An intermediate type used for creating Keys and MasterPasswordHash.
Tuple Fields§
§0: [u8; 32]Implementations§
Trait Implementations§
impl Eq for SourceKey
impl StructuralPartialEq for SourceKey
Auto Trait Implementations§
impl Freeze for SourceKey
impl RefUnwindSafe for SourceKey
impl Send for SourceKey
impl Sync for SourceKey
impl Unpin for SourceKey
impl UnwindSafe for SourceKey
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