pub enum MeasurementOutcome {
Updated,
Pruned,
Absent,
}Variants§
Trait Implementations§
Source§impl Clone for MeasurementOutcome
impl Clone for MeasurementOutcome
Source§fn clone(&self) -> MeasurementOutcome
fn clone(&self) -> MeasurementOutcome
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 MeasurementOutcome
Source§impl Debug for MeasurementOutcome
impl Debug for MeasurementOutcome
impl Eq for MeasurementOutcome
Source§impl PartialEq for MeasurementOutcome
impl PartialEq for MeasurementOutcome
impl StructuralPartialEq for MeasurementOutcome
Auto Trait Implementations§
impl Freeze for MeasurementOutcome
impl RefUnwindSafe for MeasurementOutcome
impl Send for MeasurementOutcome
impl Sync for MeasurementOutcome
impl Unpin for MeasurementOutcome
impl UnsafeUnpin for MeasurementOutcome
impl UnwindSafe for MeasurementOutcome
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