Struct rustfmt::GetOptsOptions [−][src]
pub(crate) struct GetOptsOptions {Show 14 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,
}
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
Trait Implementations
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
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