pub enum TargetSourcePath {
Path(PathBuf),
Metabuild,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TargetSourcePath
impl Clone for TargetSourcePath
Source§fn clone(&self) -> TargetSourcePath
fn clone(&self) -> TargetSourcePath
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 TargetSourcePath
impl Debug for TargetSourcePath
Source§impl From<PathBuf> for TargetSourcePath
impl From<PathBuf> for TargetSourcePath
Source§impl Hash for TargetSourcePath
impl Hash for TargetSourcePath
Source§impl Ord for TargetSourcePath
impl Ord for TargetSourcePath
Source§fn cmp(&self, other: &TargetSourcePath) -> Ordering
fn cmp(&self, other: &TargetSourcePath) -> 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 TargetSourcePath
impl PartialEq for TargetSourcePath
Source§impl PartialOrd for TargetSourcePath
impl PartialOrd for TargetSourcePath
impl Eq for TargetSourcePath
impl StructuralPartialEq for TargetSourcePath
Auto Trait Implementations§
impl Freeze for TargetSourcePath
impl RefUnwindSafe for TargetSourcePath
impl Send for TargetSourcePath
impl Sync for TargetSourcePath
impl Unpin for TargetSourcePath
impl UnwindSafe for TargetSourcePath
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