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