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