pub enum KeyType {
LegacyFxfs,
Fxfs,
FscryptInoLblk32Dir,
FscryptInoLblk32File,
}Variants§
Trait Implementations§
impl Copy for KeyType
impl Eq for KeyType
Source§impl From<&EncryptionKey> for KeyType
impl From<&EncryptionKey> for KeyType
Source§fn from(value: &EncryptionKey) -> Self
fn from(value: &EncryptionKey) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for KeyType
Auto Trait Implementations§
impl Freeze for KeyType
impl RefUnwindSafe for KeyType
impl Send for KeyType
impl Sync for KeyType
impl Unpin for KeyType
impl UnsafeUnpin for KeyType
impl UnwindSafe for KeyType
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