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