pub struct ExpCmpOrdering {
pub iterations: u64,
pub estimation: ExpOrdering,
pub approx: FixedDecimal,
}Fields§
§iterations: u64§estimation: ExpOrdering§approx: FixedDecimalTrait Implementations§
Source§impl Clone for ExpCmpOrdering
impl Clone for ExpCmpOrdering
Source§fn clone(&self) -> ExpCmpOrdering
fn clone(&self) -> ExpCmpOrdering
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 ExpCmpOrdering
impl Debug for ExpCmpOrdering
Source§impl PartialEq for ExpCmpOrdering
impl PartialEq for ExpCmpOrdering
Source§fn eq(&self, other: &ExpCmpOrdering) -> bool
fn eq(&self, other: &ExpCmpOrdering) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExpCmpOrdering
Auto Trait Implementations§
impl Freeze for ExpCmpOrdering
impl RefUnwindSafe for ExpCmpOrdering
impl Send for ExpCmpOrdering
impl Sync for ExpCmpOrdering
impl Unpin for ExpCmpOrdering
impl UnsafeUnpin for ExpCmpOrdering
impl UnwindSafe for ExpCmpOrdering
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