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