pub struct Utc;Expand description
A marker struct for the UTC timezone.
Trait Implementations§
Source§impl DateTimeMarker for Utc
impl DateTimeMarker for Utc
Source§impl From<Utc> for TimeFormat
impl From<Utc> for TimeFormat
Source§impl Ord for Utc
impl Ord for Utc
Source§impl PartialOrd for Utc
impl PartialOrd for Utc
impl Copy for Utc
impl Eq for Utc
impl StructuralPartialEq for Utc
Auto Trait Implementations§
impl Freeze for Utc
impl RefUnwindSafe for Utc
impl Send for Utc
impl Sync for Utc
impl Unpin for Utc
impl UnsafeUnpin for Utc
impl UnwindSafe for Utc
Blanket Implementations§
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