pub struct StructuralRecoveryEstimate {
pub solver_artifact_digest: StableDigest,
pub stress_topology_id: String,
pub total_error: f64,
pub indicators: Vec<StructuralRecoveryIndicator>,
pub marked_element_identities: Vec<StableDigest>,
pub statistics: StructuralRecoveryStatistics,
}Fields§
§solver_artifact_digest: StableDigest§stress_topology_id: String§total_error: f64§indicators: Vec<StructuralRecoveryIndicator>§marked_element_identities: Vec<StableDigest>§statistics: StructuralRecoveryStatisticsImplementations§
Source§impl StructuralRecoveryEstimate
impl StructuralRecoveryEstimate
pub fn validate(&self) -> Result<(), StructuralRecoveryEstimatorError>
Trait Implementations§
Source§impl Clone for StructuralRecoveryEstimate
impl Clone for StructuralRecoveryEstimate
Source§fn clone(&self) -> StructuralRecoveryEstimate
fn clone(&self) -> StructuralRecoveryEstimate
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 moreSource§impl Debug for StructuralRecoveryEstimate
impl Debug for StructuralRecoveryEstimate
Source§impl<'de> Deserialize<'de> for StructuralRecoveryEstimate
impl<'de> Deserialize<'de> for StructuralRecoveryEstimate
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 StructuralPartialEq for StructuralRecoveryEstimate
Auto Trait Implementations§
impl Freeze for StructuralRecoveryEstimate
impl RefUnwindSafe for StructuralRecoveryEstimate
impl Send for StructuralRecoveryEstimate
impl Sync for StructuralRecoveryEstimate
impl Unpin for StructuralRecoveryEstimate
impl UnsafeUnpin for StructuralRecoveryEstimate
impl UnwindSafe for StructuralRecoveryEstimate
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