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