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