pub struct DefaultSeparator;Expand description
Use default separator.
Implementations§
Trait Implementations§
Source§impl Clone for DefaultSeparator
impl Clone for DefaultSeparator
Source§fn clone(&self) -> DefaultSeparator
fn clone(&self) -> DefaultSeparator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DefaultSeparator
impl Default for DefaultSeparator
Source§fn default() -> DefaultSeparator
fn default() -> DefaultSeparator
Returns the “default value” for a type. Read more
Source§impl Separators for DefaultSeparator
impl Separators for DefaultSeparator
impl Copy for DefaultSeparator
Auto Trait Implementations§
impl Freeze for DefaultSeparator
impl RefUnwindSafe for DefaultSeparator
impl Send for DefaultSeparator
impl Sync for DefaultSeparator
impl Unpin for DefaultSeparator
impl UnwindSafe for DefaultSeparator
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