pub struct IndentRule { /* private fields */ }
Expand description
インデントルール
Implementations§
Source§impl IndentRule
impl IndentRule
pub fn new(config: &FormatterConfig) -> Self
Trait Implementations§
Source§impl Debug for IndentRule
impl Debug for IndentRule
Auto Trait Implementations§
impl Freeze for IndentRule
impl RefUnwindSafe for IndentRule
impl Send for IndentRule
impl Sync for IndentRule
impl Unpin for IndentRule
impl UnwindSafe for IndentRule
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more