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