pub struct StructuralRecoveryEstimatorOptions {
pub marking_fraction: f64,
pub maximum_marked_elements: u64,
pub cancellation_check_interval: u64,
}Fields§
§marking_fraction: f64§maximum_marked_elements: u64§cancellation_check_interval: u64Trait Implementations§
Source§impl Clone for StructuralRecoveryEstimatorOptions
impl Clone for StructuralRecoveryEstimatorOptions
Source§fn clone(&self) -> StructuralRecoveryEstimatorOptions
fn clone(&self) -> StructuralRecoveryEstimatorOptions
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 StructuralRecoveryEstimatorOptions
Source§impl<'de> Deserialize<'de> for StructuralRecoveryEstimatorOptions
impl<'de> Deserialize<'de> for StructuralRecoveryEstimatorOptions
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 StructuralRecoveryEstimatorOptions
Auto Trait Implementations§
impl Freeze for StructuralRecoveryEstimatorOptions
impl RefUnwindSafe for StructuralRecoveryEstimatorOptions
impl Send for StructuralRecoveryEstimatorOptions
impl Sync for StructuralRecoveryEstimatorOptions
impl Unpin for StructuralRecoveryEstimatorOptions
impl UnsafeUnpin for StructuralRecoveryEstimatorOptions
impl UnwindSafe for StructuralRecoveryEstimatorOptions
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