Struct serde_with::CommaSeparator [−][src]
Predefined separator using a single comma
Trait Implementations
impl Clone for CommaSeparator
[src][+]
impl Copy for CommaSeparator
[src]
impl Debug for CommaSeparator
[src][+]
impl Default for CommaSeparator
[src][+]
impl Eq for CommaSeparator
[src]
impl Hash for CommaSeparator
[src][+]
impl Ord for CommaSeparator
[src][+]
impl PartialEq<CommaSeparator> for CommaSeparator
[src][+]
impl PartialOrd<CommaSeparator> for CommaSeparator
[src][+]
impl Separator for CommaSeparator
[src][+]
impl StructuralEq for CommaSeparator
[src]
impl StructuralPartialEq for CommaSeparator
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,