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