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