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