pub struct StructuralRecoveryIndicator {
pub element_stable_identity: StableDigest,
pub error: f64,
}Fields§
§element_stable_identity: StableDigest§error: f64Trait Implementations§
Source§impl Clone for StructuralRecoveryIndicator
impl Clone for StructuralRecoveryIndicator
Source§fn clone(&self) -> StructuralRecoveryIndicator
fn clone(&self) -> StructuralRecoveryIndicator
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 StructuralRecoveryIndicator
Source§impl Debug for StructuralRecoveryIndicator
impl Debug for StructuralRecoveryIndicator
Source§impl<'de> Deserialize<'de> for StructuralRecoveryIndicator
impl<'de> Deserialize<'de> for StructuralRecoveryIndicator
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 StructuralRecoveryIndicator
Auto Trait Implementations§
impl Freeze for StructuralRecoveryIndicator
impl RefUnwindSafe for StructuralRecoveryIndicator
impl Send for StructuralRecoveryIndicator
impl Sync for StructuralRecoveryIndicator
impl Unpin for StructuralRecoveryIndicator
impl UnsafeUnpin for StructuralRecoveryIndicator
impl UnwindSafe for StructuralRecoveryIndicator
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