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