#[non_exhaustive]pub struct CommaSeparated;Expand description
Display method that prints each element with a comma and space as a separator.
Trait Implementations§
Source§impl Clone for CommaSeparated
impl Clone for CommaSeparated
Source§fn clone(&self) -> CommaSeparated
fn clone(&self) -> CommaSeparated
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CommaSeparated
impl Debug for CommaSeparated
impl Copy for CommaSeparated
Auto Trait Implementations§
impl Freeze for CommaSeparated
impl RefUnwindSafe for CommaSeparated
impl Send for CommaSeparated
impl Sync for CommaSeparated
impl Unpin for CommaSeparated
impl UnwindSafe for CommaSeparated
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