pub struct ConsistentIndentationRule { /* private fields */ }
Expand description
インデント整合性ルール
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConsistentIndentationRule
impl RefUnwindSafe for ConsistentIndentationRule
impl Send for ConsistentIndentationRule
impl Sync for ConsistentIndentationRule
impl Unpin for ConsistentIndentationRule
impl UnwindSafe for ConsistentIndentationRule
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