pub struct RecommendedGlobalConfiguration {
pub line_width: u32,
pub use_tabs: bool,
pub indent_width: u8,
pub new_line_kind: NewLineKind,
}Fields
line_width: u32use_tabs: boolindent_width: u8new_line_kind: NewLineKindAuto Trait Implementations
impl RefUnwindSafe for RecommendedGlobalConfiguration
impl Send for RecommendedGlobalConfiguration
impl Sync for RecommendedGlobalConfiguration
impl Unpin for RecommendedGlobalConfiguration
impl UnwindSafe for RecommendedGlobalConfiguration
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