pub struct GitCommand {
pub git_bin: String,
pub verbosity: Verbosity,
}
Fieldsยง
ยงgit_bin: String
ยงverbosity: Verbosity
Implementationsยง
Auto Trait Implementationsยง
impl Freeze for GitCommand
impl RefUnwindSafe for GitCommand
impl Send for GitCommand
impl Sync for GitCommand
impl Unpin for GitCommand
impl UnwindSafe for GitCommand
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