struct FileTarget {
path: PathBuf,
project_root: bool,
}Fields§
§path: PathBuf§project_root: boolTrait Implementations§
Source§impl Clone for FileTarget
impl Clone for FileTarget
Source§fn clone(&self) -> FileTarget
fn clone(&self) -> FileTarget
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 FileTarget
impl Debug for FileTarget
Source§impl Ord for FileTarget
impl Ord for FileTarget
Source§fn cmp(&self, other: &FileTarget) -> Ordering
fn cmp(&self, other: &FileTarget) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FileTarget
impl PartialEq for FileTarget
Source§impl PartialOrd for FileTarget
impl PartialOrd for FileTarget
impl Eq for FileTarget
impl StructuralPartialEq for FileTarget
Auto Trait Implementations§
impl Freeze for FileTarget
impl RefUnwindSafe for FileTarget
impl Send for FileTarget
impl Sync for FileTarget
impl Unpin for FileTarget
impl UnsafeUnpin for FileTarget
impl UnwindSafe for FileTarget
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more