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