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