pub struct Dater<'a> { /* private fields */ }Available on crate feature
core only.Expand description
ISO-8601 DateTime encoded as CESR Matter.
Code is always MatterCode::DateTime (1AAG).
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Dater<'a>
impl<'a> RefUnwindSafe for Dater<'a>
impl<'a> Send for Dater<'a>
impl<'a> Sync for Dater<'a>
impl<'a> Unpin for Dater<'a>
impl<'a> UnsafeUnpin for Dater<'a>
impl<'a> UnwindSafe for Dater<'a>
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