pub struct TrackPathsOutcome {
pub path: Utf8PathBuf,
pub added_paths: Vec<Utf8PathBuf>,
pub ignored_patterns: Vec<String>,
}Fields§
§path: Utf8PathBuf§added_paths: Vec<Utf8PathBuf>§ignored_patterns: Vec<String>Trait Implementations§
Source§impl Clone for TrackPathsOutcome
impl Clone for TrackPathsOutcome
Source§fn clone(&self) -> TrackPathsOutcome
fn clone(&self) -> TrackPathsOutcome
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 moreSource§impl Debug for TrackPathsOutcome
impl Debug for TrackPathsOutcome
impl Eq for TrackPathsOutcome
Source§impl PartialEq for TrackPathsOutcome
impl PartialEq for TrackPathsOutcome
impl StructuralPartialEq for TrackPathsOutcome
Auto Trait Implementations§
impl Freeze for TrackPathsOutcome
impl RefUnwindSafe for TrackPathsOutcome
impl Send for TrackPathsOutcome
impl Sync for TrackPathsOutcome
impl Unpin for TrackPathsOutcome
impl UnsafeUnpin for TrackPathsOutcome
impl UnwindSafe for TrackPathsOutcome
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