pub struct GhExecutor {
pub gh_path: String,
}
Expand description
Executor for GitHub CLI commands
Fields§
§gh_path: String
Path to the gh binary (defaults to “gh”)
Implementations§
Source§impl GhExecutor
impl GhExecutor
Trait Implementations§
Source§impl Clone for GhExecutor
impl Clone for GhExecutor
Source§fn clone(&self) -> GhExecutor
fn clone(&self) -> GhExecutor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GhExecutor
impl Debug for GhExecutor
Auto Trait Implementations§
impl Freeze for GhExecutor
impl RefUnwindSafe for GhExecutor
impl Send for GhExecutor
impl Sync for GhExecutor
impl Unpin for GhExecutor
impl UnwindSafe for GhExecutor
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