pub struct FixOptions {
pub tool: FixTool,
pub drop_dirty_flag: bool,
}Expand description
Options for fix.
Fields§
§tool: FixTool§drop_dirty_flag: boolPass the -d (drop dirty flag) to ntfsfix.
Trait Implementations§
Source§impl Clone for FixOptions
impl Clone for FixOptions
Source§fn clone(&self) -> FixOptions
fn clone(&self) -> FixOptions
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 moreSource§impl Debug for FixOptions
impl Debug for FixOptions
Source§impl Default for FixOptions
impl Default for FixOptions
Source§impl<'de> Deserialize<'de> for FixOptions
impl<'de> Deserialize<'de> for FixOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FixOptions
impl RefUnwindSafe for FixOptions
impl Send for FixOptions
impl Sync for FixOptions
impl Unpin for FixOptions
impl UnsafeUnpin for FixOptions
impl UnwindSafe for FixOptions
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