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