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