pub struct DateComponentSeparator { /* private fields */ }Expand description
A separator between date components in their textual representation. At most six ASCII characters long.
Implementations§
Trait Implementations§
Source§impl Clone for DateComponentSeparator
impl Clone for DateComponentSeparator
Source§fn clone(&self) -> DateComponentSeparator
fn clone(&self) -> DateComponentSeparator
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 Debug for DateComponentSeparator
impl Debug for DateComponentSeparator
Source§impl Hash for DateComponentSeparator
impl Hash for DateComponentSeparator
Source§impl PartialEq for DateComponentSeparator
impl PartialEq for DateComponentSeparator
impl Eq for DateComponentSeparator
impl StructuralPartialEq for DateComponentSeparator
Auto Trait Implementations§
impl Freeze for DateComponentSeparator
impl RefUnwindSafe for DateComponentSeparator
impl Send for DateComponentSeparator
impl Sync for DateComponentSeparator
impl Unpin for DateComponentSeparator
impl UnsafeUnpin for DateComponentSeparator
impl UnwindSafe for DateComponentSeparator
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