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