pub enum TotalUncertaintyMethod {
DedicatedEstimator,
BatchCovariance,
Unavailable,
}Variants§
DedicatedEstimator
Uncertainty comes from a dedicated physical-total estimator.
BatchCovariance
Uncertainty was calculated from batch-level component covariance.
No defensible total uncertainty is available.
Trait Implementations§
Source§impl Clone for TotalUncertaintyMethod
impl Clone for TotalUncertaintyMethod
Source§fn clone(&self) -> TotalUncertaintyMethod
fn clone(&self) -> TotalUncertaintyMethod
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 TotalUncertaintyMethod
Source§impl Debug for TotalUncertaintyMethod
impl Debug for TotalUncertaintyMethod
Source§impl<'de> Deserialize<'de> for TotalUncertaintyMethod
impl<'de> Deserialize<'de> for TotalUncertaintyMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TotalUncertaintyMethod
Source§impl PartialEq for TotalUncertaintyMethod
impl PartialEq for TotalUncertaintyMethod
Source§impl Serialize for TotalUncertaintyMethod
impl Serialize for TotalUncertaintyMethod
impl StructuralPartialEq for TotalUncertaintyMethod
Auto Trait Implementations§
impl Freeze for TotalUncertaintyMethod
impl RefUnwindSafe for TotalUncertaintyMethod
impl Send for TotalUncertaintyMethod
impl Sync for TotalUncertaintyMethod
impl Unpin for TotalUncertaintyMethod
impl UnsafeUnpin for TotalUncertaintyMethod
impl UnwindSafe for TotalUncertaintyMethod
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