pub struct LastUpdateTime;Expand description
LastUpdateTime (779).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LastUpdateTime
impl RefUnwindSafe for LastUpdateTime
impl Send for LastUpdateTime
impl Sync for LastUpdateTime
impl Unpin for LastUpdateTime
impl UnsafeUnpin for LastUpdateTime
impl UnwindSafe for LastUpdateTime
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