pub struct NewResult {
pub path: PathBuf,
pub branch: String,
}Expand description
Result of creating a new worktree.
Fields§
§path: PathBuf§branch: StringAuto Trait Implementations§
impl Freeze for NewResult
impl RefUnwindSafe for NewResult
impl Send for NewResult
impl Sync for NewResult
impl Unpin for NewResult
impl UnsafeUnpin for NewResult
impl UnwindSafe for NewResult
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