pub struct PrMergeCommand { /* private fields */ }
Expand description
Command for merging a pull request
Implementations§
Trait Implementations§
Source§impl GhCommand for PrMergeCommand
impl GhCommand for PrMergeCommand
Auto Trait Implementations§
impl Freeze for PrMergeCommand
impl RefUnwindSafe for PrMergeCommand
impl Send for PrMergeCommand
impl Sync for PrMergeCommand
impl Unpin for PrMergeCommand
impl UnwindSafe for PrMergeCommand
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