pub struct DefaultGhOps { /* private fields */ }Expand description
Production GhOps implementation that shells out to the gh binary.
Implementations§
Trait Implementations§
Source§impl Debug for DefaultGhOps
impl Debug for DefaultGhOps
Source§impl GhOps for DefaultGhOps
impl GhOps for DefaultGhOps
Auto Trait Implementations§
impl Freeze for DefaultGhOps
impl RefUnwindSafe for DefaultGhOps
impl Send for DefaultGhOps
impl Sync for DefaultGhOps
impl Unpin for DefaultGhOps
impl UnsafeUnpin for DefaultGhOps
impl UnwindSafe for DefaultGhOps
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