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