pub struct OptionalFields {
pub options: OptionsFields,
pub verbosity: VerbosityFields,
}
Expand description
Options for the program
Fields§
§options: OptionsFields
if true, the program will not rename files
verbosity: VerbosityFields
contains information about JsonFields
Trait Implementations§
Source§impl Clone for OptionalFields
impl Clone for OptionalFields
Source§fn clone(&self) -> OptionalFields
fn clone(&self) -> OptionalFields
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 OptionalFields
impl Debug for OptionalFields
Source§impl PartialEq for OptionalFields
impl PartialEq for OptionalFields
Auto Trait Implementations§
impl Freeze for OptionalFields
impl RefUnwindSafe for OptionalFields
impl Send for OptionalFields
impl Sync for OptionalFields
impl Unpin for OptionalFields
impl UnwindSafe for OptionalFields
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