Struct rustfmt::GetOptsOptions
source · pub(crate) struct GetOptsOptions {Show 14 fields
pub(crate) skip_children: Option<bool>,
pub(crate) quiet: bool,
pub(crate) verbose: bool,
pub(crate) config_path: Option<PathBuf>,
pub(crate) inline_config: HashMap<String, String>,
pub(crate) emit_mode: Option<EmitMode>,
pub(crate) backup: bool,
pub(crate) check: bool,
pub(crate) edition: Option<Edition>,
pub(crate) color: Option<Color>,
pub(crate) file_lines: FileLines,
pub(crate) unstable_features: bool,
pub(crate) error_on_unformatted: Option<bool>,
pub(crate) print_misformatted_file_names: bool,
}
Expand description
Parsed command line options.
Fields
skip_children: Option<bool>
quiet: bool
verbose: bool
config_path: Option<PathBuf>
inline_config: HashMap<String, String>
emit_mode: Option<EmitMode>
backup: bool
check: bool
edition: Option<Edition>
color: Option<Color>
file_lines: FileLines
unstable_features: bool
error_on_unformatted: Option<bool>
print_misformatted_file_names: bool
Implementations
sourceimpl GetOptsOptions
impl GetOptsOptions
pub fn from_matches(matches: &Matches) -> Result<GetOptsOptions>
pub(crate) fn verify_file_lines(&self, files: &[PathBuf])
Trait Implementations
sourceimpl CliOptions for GetOptsOptions
impl CliOptions for GetOptsOptions
sourceimpl Clone for GetOptsOptions
impl Clone for GetOptsOptions
sourcefn clone(&self) -> GetOptsOptions
fn clone(&self) -> GetOptsOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetOptsOptions
impl Debug for GetOptsOptions
sourceimpl Default for GetOptsOptions
impl Default for GetOptsOptions
sourcefn default() -> GetOptsOptions
fn default() -> GetOptsOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetOptsOptions
impl Send for GetOptsOptions
impl Sync for GetOptsOptions
impl Unpin for GetOptsOptions
impl UnwindSafe for GetOptsOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 136 bytes