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