Struct iso8601_timestamp::formats::Full
source · [−]pub struct Full;Expand description
Full ISO8601 format without offset, (YYYY-MM-DDTHH:mm:ss.SSSZ) with character literal Z meaning UTC
Auto Trait Implementations
impl RefUnwindSafe for Full
impl Send for Full
impl Sync for Full
impl Unpin for Full
impl UnwindSafe for Full
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