pub struct TrailingWhitespaceRule { /* private fields */ }
Expand description
末尾空白検出ルール
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrailingWhitespaceRule
impl RefUnwindSafe for TrailingWhitespaceRule
impl Send for TrailingWhitespaceRule
impl Sync for TrailingWhitespaceRule
impl Unpin for TrailingWhitespaceRule
impl UnwindSafe for TrailingWhitespaceRule
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