pub struct DirectoryKeys { /* private fields */ }Implementations§
Source§impl DirectoryKeys
impl DirectoryKeys
Sourcepub fn to_unwrapped_key(&self) -> Vec<u8> ⓘ
pub fn to_unwrapped_key(&self) -> Vec<u8> ⓘ
Returns the keys in concatenated form (as found in Fxfs’s crypt protocol).
Auto Trait Implementations§
impl Freeze for DirectoryKeys
impl RefUnwindSafe for DirectoryKeys
impl Send for DirectoryKeys
impl Sync for DirectoryKeys
impl Unpin for DirectoryKeys
impl UnwindSafe for DirectoryKeys
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