Struct iso8601_timestamp::formats::FullOffset
source · [−]pub struct FullOffset;Expand description
Full ISO8601 format with hour/minute timezone offset, (YYYY-MM-DDTHH:mm:ss.SSS+HZ:MZ) with offset at end
Auto Trait Implementations
impl RefUnwindSafe for FullOffset
impl Send for FullOffset
impl Sync for FullOffset
impl Unpin for FullOffset
impl UnwindSafe for FullOffset
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