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