pub struct NoTimezone;Expand description
Timezone-naive timestamps.
Trait Implementations§
Source§impl TimezoneSpec for NoTimezone
impl TimezoneSpec for NoTimezone
Auto Trait Implementations§
impl Freeze for NoTimezone
impl RefUnwindSafe for NoTimezone
impl Send for NoTimezone
impl Sync for NoTimezone
impl Unpin for NoTimezone
impl UnsafeUnpin for NoTimezone
impl UnwindSafe for NoTimezone
Blanket Implementations§
impl<T> Allocation for T
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