pub struct Rfc3339Time {
pub inner: OffsetDateTime,
}
Fields§
§inner: OffsetDateTime
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rfc3339Time
impl RefUnwindSafe for Rfc3339Time
impl Send for Rfc3339Time
impl Sync for Rfc3339Time
impl Unpin for Rfc3339Time
impl UnwindSafe for Rfc3339Time
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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