pub struct GitWorktree {
pub name: String,
pub path: PathBuf,
}Fields§
§name: String§path: PathBufTrait Implementations§
Source§impl Clone for GitWorktree
impl Clone for GitWorktree
Source§fn clone(&self) -> GitWorktree
fn clone(&self) -> GitWorktree
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GitWorktree
impl RefUnwindSafe for GitWorktree
impl Send for GitWorktree
impl Sync for GitWorktree
impl Unpin for GitWorktree
impl UnsafeUnpin for GitWorktree
impl UnwindSafe for GitWorktree
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