pub struct TrailingBlankLines;Trait Implementations§
Source§impl Rule for TrailingBlankLines
impl Rule for TrailingBlankLines
Auto Trait Implementations§
impl Freeze for TrailingBlankLines
impl RefUnwindSafe for TrailingBlankLines
impl Send for TrailingBlankLines
impl Sync for TrailingBlankLines
impl Unpin for TrailingBlankLines
impl UnsafeUnpin for TrailingBlankLines
impl UnwindSafe for TrailingBlankLines
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