Struct iso8601_timestamp::formats::Short
source · [−]pub struct Short;Expand description
Shorthand format without punctuation, (YYYYMMDDTHHmmss.SSSZ)
Auto Trait Implementations
impl RefUnwindSafe for Short
impl Send for Short
impl Sync for Short
impl Unpin for Short
impl UnwindSafe for Short
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