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