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