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