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