pub struct BlockConfiguration {
pub fstab: BlockConfigurationFstab,
pub crypttab: BlockConfigurationCrypttab,
}Fields§
§fstab: BlockConfigurationFstab§crypttab: BlockConfigurationCrypttabTrait Implementations§
Source§impl Clone for BlockConfiguration
impl Clone for BlockConfiguration
Source§fn clone(&self) -> BlockConfiguration
fn clone(&self) -> BlockConfiguration
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 BlockConfiguration
impl Debug for BlockConfiguration
Source§impl Default for BlockConfiguration
impl Default for BlockConfiguration
Source§fn default() -> BlockConfiguration
fn default() -> BlockConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BlockConfiguration
impl RefUnwindSafe for BlockConfiguration
impl Send for BlockConfiguration
impl Sync for BlockConfiguration
impl Unpin for BlockConfiguration
impl UnwindSafe for BlockConfiguration
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