Struct style_traits::values::CommaWithSpace
source · pub struct CommaWithSpace;
Expand description
Type used as the associated type in the OneOrMoreSeparated
trait on a
type to indicate that a serialized list of elements of this type is
separated by commas, but spaces without commas are also allowed when
parsing.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommaWithSpace
impl RefUnwindSafe for CommaWithSpace
impl Send for CommaWithSpace
impl Sync for CommaWithSpace
impl Unpin for CommaWithSpace
impl UnwindSafe for CommaWithSpace
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