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