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