pub struct PullRequestChangedFile;
Trait Implementations§
Source§impl HasField<__typename> for PullRequestChangedFile
impl HasField<__typename> for PullRequestChangedFile
Source§impl HasField<additions> for PullRequestChangedFile
impl HasField<additions> for PullRequestChangedFile
Source§impl HasField<changeType> for PullRequestChangedFile
impl HasField<changeType> for PullRequestChangedFile
Source§type Type = PatchStatus
type Type = PatchStatus
The schema marker type of this field.
Source§impl HasField<deletions> for PullRequestChangedFile
impl HasField<deletions> for PullRequestChangedFile
Source§impl HasField<path> for PullRequestChangedFile
impl HasField<path> for PullRequestChangedFile
Source§impl HasField<viewerViewedState> for PullRequestChangedFile
impl HasField<viewerViewedState> for PullRequestChangedFile
Source§type Type = FileViewedState
type Type = FileViewedState
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for PullRequestChangedFile
impl RefUnwindSafe for PullRequestChangedFile
impl Send for PullRequestChangedFile
impl Sync for PullRequestChangedFile
impl Unpin for PullRequestChangedFile
impl UnwindSafe for PullRequestChangedFile
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