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