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