Enum cargo::core::compiler::unit_dependencies::IsArtifact
source · [−]pub enum IsArtifact {
Yes,
No,
}
Expand description
A boolean-like to indicate if a Unit
is an artifact or not.
Variants
Yes
No
Implementations
sourceimpl IsArtifact
impl IsArtifact
Trait Implementations
sourceimpl Clone for IsArtifact
impl Clone for IsArtifact
sourcefn clone(&self) -> IsArtifact
fn clone(&self) -> IsArtifact
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Hash for IsArtifact
impl Hash for IsArtifact
sourceimpl Ord for IsArtifact
impl Ord for IsArtifact
sourceimpl PartialEq<IsArtifact> for IsArtifact
impl PartialEq<IsArtifact> for IsArtifact
sourceimpl PartialOrd<IsArtifact> for IsArtifact
impl PartialOrd<IsArtifact> for IsArtifact
sourcefn partial_cmp(&self, other: &IsArtifact) -> Option<Ordering>
fn partial_cmp(&self, other: &IsArtifact) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Copy for IsArtifact
impl Eq for IsArtifact
impl StructuralEq for IsArtifact
impl StructuralPartialEq for IsArtifact
Auto Trait Implementations
impl RefUnwindSafe for IsArtifact
impl Send for IsArtifact
impl Sync for IsArtifact
impl Unpin for IsArtifact
impl UnwindSafe for IsArtifact
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.