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