Struct rustfmt_nightly::config::ConfigWasSet
[−]
[src]
pub struct ConfigWasSet<'a>(_);
pub struct ConfigWasSet<'a>(_);
impl<'a> ConfigWasSet<'a>[src]fn verbose(&self) -> boolfn disable_all_formatting(&self) -> boolfn skip_children(&self) -> boolfn file_lines(&self) -> boolfn max_width(&self) -> boolfn error_on_line_overflow(&self) -> boolfn tab_spaces(&self) -> boolfn fn_call_width(&self) -> boolfn struct_lit_width(&self) -> boolfn struct_variant_width(&self) -> boolfn force_explicit_abi(&self) -> boolfn newline_style(&self) -> boolfn fn_brace_style(&self) -> boolfn item_brace_style(&self) -> boolfn control_style(&self) -> boolfn control_brace_style(&self) -> boolfn impl_empty_single_line(&self) -> boolfn trailing_comma(&self) -> boolfn fn_empty_single_line(&self) -> boolfn fn_single_line(&self) -> boolfn fn_return_indent(&self) -> boolfn fn_args_paren_newline(&self) -> boolfn fn_args_density(&self) -> boolfn fn_args_layout(&self) -> boolfn array_layout(&self) -> boolfn array_width(&self) -> boolfn type_punctuation_density(&self) -> boolfn where_style(&self) -> boolfn where_density(&self) -> boolfn where_layout(&self) -> boolfn where_pred_indent(&self) -> boolfn generics_indent(&self) -> boolfn struct_lit_style(&self) -> boolfn struct_lit_multiline_style(&self) -> boolfn fn_call_style(&self) -> boolfn report_todo(&self) -> boolfn report_fixme(&self) -> boolfn chain_indent(&self) -> boolfn chain_one_line_max(&self) -> boolfn chain_split_single_child(&self) -> boolfn reorder_imports(&self) -> boolfn reorder_imports_in_group(&self) -> boolfn reorder_imported_names(&self) -> boolfn single_line_if_else_max_width(&self) -> boolfn format_strings(&self) -> boolfn force_format_strings(&self) -> boolfn take_source_hints(&self) -> boolfn hard_tabs(&self) -> boolfn wrap_comments(&self) -> boolfn comment_width(&self) -> boolfn normalize_comments(&self) -> boolfn wrap_match_arms(&self) -> boolfn match_block_trailing_comma(&self) -> boolfn indent_match_arms(&self) -> boolfn closure_block_indent_threshold(&self) -> boolfn space_before_type_annotation(&self) -> boolfn space_after_type_annotation_colon(&self) -> boolfn space_before_struct_lit_field_colon(&self) -> boolfn space_after_struct_lit_field_colon(&self) -> boolfn space_before_bound(&self) -> boolfn space_after_bound_colon(&self) -> boolfn spaces_around_ranges(&self) -> boolfn spaces_within_angle_brackets(&self) -> boolfn spaces_within_square_brackets(&self) -> boolfn spaces_within_parens(&self) -> boolfn use_try_shorthand(&self) -> boolfn write_mode(&self) -> boolfn condense_wildcard_suffixes(&self) -> boolfn combine_control_expr(&self) -> bool