Struct serde_with::CommaSeparator
source · [−]pub struct CommaSeparator;
Expand description
Predefined separator using a single comma
Trait Implementations
sourceimpl Clone for CommaSeparator
impl Clone for CommaSeparator
sourcefn clone(&self) -> CommaSeparator
fn clone(&self) -> CommaSeparator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CommaSeparator
impl Debug for CommaSeparator
sourceimpl Default for CommaSeparator
impl Default for CommaSeparator
sourcefn default() -> CommaSeparator
fn default() -> CommaSeparator
Returns the “default value” for a type. Read more
sourceimpl Hash for CommaSeparator
impl Hash for CommaSeparator
sourceimpl Ord for CommaSeparator
impl Ord for CommaSeparator
sourceimpl PartialEq<CommaSeparator> for CommaSeparator
impl PartialEq<CommaSeparator> for CommaSeparator
sourceimpl PartialOrd<CommaSeparator> for CommaSeparator
impl PartialOrd<CommaSeparator> for CommaSeparator
sourcefn partial_cmp(&self, other: &CommaSeparator) -> Option<Ordering>
fn partial_cmp(&self, other: &CommaSeparator) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl Separator for CommaSeparator
impl Separator for CommaSeparator
impl Copy for CommaSeparator
impl Eq for CommaSeparator
impl StructuralEq for CommaSeparator
impl StructuralPartialEq for CommaSeparator
Auto Trait Implementations
impl RefUnwindSafe for CommaSeparator
impl Send for CommaSeparator
impl Sync for CommaSeparator
impl Unpin for CommaSeparator
impl UnwindSafe for CommaSeparator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more