pub struct FsckOptions {
pub full: bool,
pub thorough: bool,
pub repair: bool,
pub bridge: bool,
}Fields§
§full: bool§thorough: bool§repair: bool§bridge: boolTrait Implementations§
Source§impl Clone for FsckOptions
impl Clone for FsckOptions
Source§fn clone(&self) -> FsckOptions
fn clone(&self) -> FsckOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FsckOptions
Source§impl Debug for FsckOptions
impl Debug for FsckOptions
Source§impl Default for FsckOptions
impl Default for FsckOptions
Source§fn default() -> FsckOptions
fn default() -> FsckOptions
Returns the “default value” for a type. Read more
impl Eq for FsckOptions
Source§impl PartialEq for FsckOptions
impl PartialEq for FsckOptions
Source§fn eq(&self, other: &FsckOptions) -> bool
fn eq(&self, other: &FsckOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FsckOptions
Auto Trait Implementations§
impl Freeze for FsckOptions
impl RefUnwindSafe for FsckOptions
impl Send for FsckOptions
impl Sync for FsckOptions
impl Unpin for FsckOptions
impl UnsafeUnpin for FsckOptions
impl UnwindSafe for FsckOptions
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