pub struct QuantitativeCauchy {
pub space_name: String,
pub convergence_rate: String,
}Expand description
Quantitative Cauchy sequence criterion.
Fields§
§space_name: String§convergence_rate: StringImplementations§
Trait Implementations§
Source§impl Clone for QuantitativeCauchy
impl Clone for QuantitativeCauchy
Source§fn clone(&self) -> QuantitativeCauchy
fn clone(&self) -> QuantitativeCauchy
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 QuantitativeCauchy
impl RefUnwindSafe for QuantitativeCauchy
impl Send for QuantitativeCauchy
impl Sync for QuantitativeCauchy
impl Unpin for QuantitativeCauchy
impl UnsafeUnpin for QuantitativeCauchy
impl UnwindSafe for QuantitativeCauchy
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