pub struct MetricFixedPointMining {
pub contraction_modulus: f64,
pub initial_error: f64,
}Expand description
Proof mining in metric fixed point theory.
Fields§
§contraction_modulus: f64§initial_error: f64Implementations§
Trait Implementations§
Source§impl Clone for MetricFixedPointMining
impl Clone for MetricFixedPointMining
Source§fn clone(&self) -> MetricFixedPointMining
fn clone(&self) -> MetricFixedPointMining
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MetricFixedPointMining
impl RefUnwindSafe for MetricFixedPointMining
impl Send for MetricFixedPointMining
impl Sync for MetricFixedPointMining
impl Unpin for MetricFixedPointMining
impl UnsafeUnpin for MetricFixedPointMining
impl UnwindSafe for MetricFixedPointMining
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