pub enum NodeMeasurementOutcome {
Changed,
Unchanged,
}Expand description
Result of applying measurement facts to runtime lookups.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for NodeMeasurementOutcome
impl Clone for NodeMeasurementOutcome
Source§fn clone(&self) -> NodeMeasurementOutcome
fn clone(&self) -> NodeMeasurementOutcome
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 moreimpl Copy for NodeMeasurementOutcome
Source§impl Debug for NodeMeasurementOutcome
impl Debug for NodeMeasurementOutcome
impl Eq for NodeMeasurementOutcome
Source§impl PartialEq for NodeMeasurementOutcome
impl PartialEq for NodeMeasurementOutcome
Source§fn eq(&self, other: &NodeMeasurementOutcome) -> bool
fn eq(&self, other: &NodeMeasurementOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodeMeasurementOutcome
Auto Trait Implementations§
impl Freeze for NodeMeasurementOutcome
impl RefUnwindSafe for NodeMeasurementOutcome
impl Send for NodeMeasurementOutcome
impl Sync for NodeMeasurementOutcome
impl Unpin for NodeMeasurementOutcome
impl UnsafeUnpin for NodeMeasurementOutcome
impl UnwindSafe for NodeMeasurementOutcome
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.