pub struct DiscussionCommentEdge;
Trait Implementations§
Source§impl HasField<__typename> for DiscussionCommentEdge
impl HasField<__typename> for DiscussionCommentEdge
Source§impl HasField<cursor> for DiscussionCommentEdge
impl HasField<cursor> for DiscussionCommentEdge
Source§impl HasField<node> for DiscussionCommentEdge
impl HasField<node> for DiscussionCommentEdge
Source§type Type = Option<DiscussionComment>
type Type = Option<DiscussionComment>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for DiscussionCommentEdge
impl RefUnwindSafe for DiscussionCommentEdge
impl Send for DiscussionCommentEdge
impl Sync for DiscussionCommentEdge
impl Unpin for DiscussionCommentEdge
impl UnwindSafe for DiscussionCommentEdge
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