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