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