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