pub struct CommaSpace;
Expand description
Zero size type representing the comma followed by space separator.
Trait Implementations§
Source§impl Clone for CommaSpace
impl Clone for CommaSpace
Source§fn clone(&self) -> CommaSpace
fn clone(&self) -> CommaSpace
Returns a copy 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 CommaSpace
impl Debug for CommaSpace
Source§impl Default for CommaSpace
impl Default for CommaSpace
Source§fn default() -> CommaSpace
fn default() -> CommaSpace
Returns the “default value” for a type. Read more
Source§impl Display for CommaSpace
impl Display for CommaSpace
Source§impl Hash for CommaSpace
impl Hash for CommaSpace
Source§impl PartialEq for CommaSpace
impl PartialEq for CommaSpace
Source§impl Separator for CommaSpace
impl Separator for CommaSpace
impl Copy for CommaSpace
impl Eq for CommaSpace
impl StructuralPartialEq for CommaSpace
Auto Trait Implementations§
impl Freeze for CommaSpace
impl RefUnwindSafe for CommaSpace
impl Send for CommaSpace
impl Sync for CommaSpace
impl Unpin for CommaSpace
impl UnwindSafe for CommaSpace
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