Struct iso8601_timestamp::formats::FullMicroseconds
source · [−]pub struct FullMicroseconds;Expand description
Full ISO8601 format without offset, but to microsecond precision, (YYYY-MM-DDTHH:mm:ss.SSSSSSZ)
Auto Trait Implementations
impl RefUnwindSafe for FullMicroseconds
impl Send for FullMicroseconds
impl Sync for FullMicroseconds
impl Unpin for FullMicroseconds
impl UnwindSafe for FullMicroseconds
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more