pub struct BlockConfigurationCrypttab {
pub name: String,
pub device: String,
pub passphrase_path: String,
pub options: String,
}Fields§
§name: String§device: String§passphrase_path: String§options: StringTrait Implementations§
Source§impl Clone for BlockConfigurationCrypttab
impl Clone for BlockConfigurationCrypttab
Source§fn clone(&self) -> BlockConfigurationCrypttab
fn clone(&self) -> BlockConfigurationCrypttab
Returns a duplicate 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 moreSource§impl Debug for BlockConfigurationCrypttab
impl Debug for BlockConfigurationCrypttab
Source§impl Default for BlockConfigurationCrypttab
impl Default for BlockConfigurationCrypttab
Source§fn default() -> BlockConfigurationCrypttab
fn default() -> BlockConfigurationCrypttab
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BlockConfigurationCrypttab
impl RefUnwindSafe for BlockConfigurationCrypttab
impl Send for BlockConfigurationCrypttab
impl Sync for BlockConfigurationCrypttab
impl Unpin for BlockConfigurationCrypttab
impl UnwindSafe for BlockConfigurationCrypttab
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