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