pub struct updatedAt;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for updatedAt
impl RefUnwindSafe for updatedAt
impl Send for updatedAt
impl Sync for updatedAt
impl Unpin for updatedAt
impl UnwindSafe for updatedAt
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