pub struct DefaultGlobalConfiguration {
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 DefaultGlobalConfiguration
impl Send for DefaultGlobalConfiguration
impl Sync for DefaultGlobalConfiguration
impl Unpin for DefaultGlobalConfiguration
impl UnwindSafe for DefaultGlobalConfiguration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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