pub struct WorktreeIncludeResult {
pub clone_candidates: Vec<CloneCandidate>,
pub file_candidates: Vec<FileCandidate>,
pub source: IncludeSource,
}Fields§
§clone_candidates: Vec<CloneCandidate>§file_candidates: Vec<FileCandidate>§source: IncludeSourceTrait Implementations§
Source§impl Clone for WorktreeIncludeResult
impl Clone for WorktreeIncludeResult
Source§fn clone(&self) -> WorktreeIncludeResult
fn clone(&self) -> WorktreeIncludeResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WorktreeIncludeResult
impl Debug for WorktreeIncludeResult
Auto Trait Implementations§
impl Freeze for WorktreeIncludeResult
impl RefUnwindSafe for WorktreeIncludeResult
impl Send for WorktreeIncludeResult
impl Sync for WorktreeIncludeResult
impl Unpin for WorktreeIncludeResult
impl UnsafeUnpin for WorktreeIncludeResult
impl UnwindSafe for WorktreeIncludeResult
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