Struct serde_with::SpaceSeparator
source · [−]pub struct SpaceSeparator;
Expand description
Predefined separator using a single space
Trait Implementations
sourceimpl Clone for SpaceSeparator
impl Clone for SpaceSeparator
sourcefn clone(&self) -> SpaceSeparator
fn clone(&self) -> SpaceSeparator
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 SpaceSeparator
impl Debug for SpaceSeparator
sourceimpl Default for SpaceSeparator
impl Default for SpaceSeparator
sourcefn default() -> SpaceSeparator
fn default() -> SpaceSeparator
Returns the “default value” for a type. Read more
sourceimpl Hash for SpaceSeparator
impl Hash for SpaceSeparator
sourceimpl Ord for SpaceSeparator
impl Ord for SpaceSeparator
sourceimpl PartialEq<SpaceSeparator> for SpaceSeparator
impl PartialEq<SpaceSeparator> for SpaceSeparator
sourceimpl PartialOrd<SpaceSeparator> for SpaceSeparator
impl PartialOrd<SpaceSeparator> for SpaceSeparator
sourcefn partial_cmp(&self, other: &SpaceSeparator) -> Option<Ordering>
fn partial_cmp(&self, other: &SpaceSeparator) -> 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 SpaceSeparator
impl Separator for SpaceSeparator
impl Copy for SpaceSeparator
impl Eq for SpaceSeparator
impl StructuralEq for SpaceSeparator
impl StructuralPartialEq for SpaceSeparator
Auto Trait Implementations
impl RefUnwindSafe for SpaceSeparator
impl Send for SpaceSeparator
impl Sync for SpaceSeparator
impl Unpin for SpaceSeparator
impl UnwindSafe for SpaceSeparator
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