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