pub struct CommaSeparator;
Expand description
Predefined separator using a single comma
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommaSeparator
impl RefUnwindSafe for CommaSeparator
impl Send for CommaSeparator
impl Sync for CommaSeparator
impl Unpin for CommaSeparator
impl UnwindSafe for CommaSeparator
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