pub struct potentialMergeCommit;
Trait Implementations§
Source§impl Field for potentialMergeCommit
impl Field for potentialMergeCommit
Source§impl HasField<potentialMergeCommit> for PullRequest
impl HasField<potentialMergeCommit> for PullRequest
Auto Trait Implementations§
impl Freeze for potentialMergeCommit
impl RefUnwindSafe for potentialMergeCommit
impl Send for potentialMergeCommit
impl Sync for potentialMergeCommit
impl Unpin for potentialMergeCommit
impl UnwindSafe for potentialMergeCommit
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