pub struct ColonSeparator;
Expand description
Predefined separator using a single semicolon
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColonSeparator
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