Enum fm::cryptsetup::EncryptedAction
source · pub enum EncryptedAction {
MOUNT,
UMOUNT,
}Expand description
Possible actions on encrypted drives
Variants§
Trait Implementations§
source§impl Clone for EncryptedAction
impl Clone for EncryptedAction
source§fn clone(&self) -> EncryptedAction
fn clone(&self) -> EncryptedAction
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 more