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