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