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