pub struct GitUpdate {
pub id: String,
pub path: PathBuf,
pub force: bool,
}Expand description
Run the given executable once.
Fields§
§id: StringThe ID of the thing being cloned.
path: PathBufGit repository.
force: boolIf the update should be forced.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitUpdate
impl RefUnwindSafe for GitUpdate
impl Send for GitUpdate
impl Sync for GitUpdate
impl Unpin for GitUpdate
impl UnwindSafe for GitUpdate
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