Struct serde_with::formats::ColonSeparator
source · pub struct ColonSeparator;
Expand description
Predefined separator using a single semicolon
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ColonSeparator
impl Send for ColonSeparator
impl Sync for ColonSeparator
impl Unpin for ColonSeparator
impl UnwindSafe for ColonSeparator
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