pub struct Utc(/* private fields */);Expand description
Utc provides access to time functions using UTC time.
Implementations§
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