pub struct CongruenceTolerance { /* private fields */ }Expand description
A non-negative tolerance for congruence-style comparisons.
Implementations§
Trait Implementations§
Source§impl Clone for CongruenceTolerance
impl Clone for CongruenceTolerance
Source§fn clone(&self) -> CongruenceTolerance
fn clone(&self) -> CongruenceTolerance
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 CongruenceTolerance
impl Debug for CongruenceTolerance
Source§impl PartialEq for CongruenceTolerance
impl PartialEq for CongruenceTolerance
Source§fn eq(&self, other: &CongruenceTolerance) -> bool
fn eq(&self, other: &CongruenceTolerance) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CongruenceTolerance
impl StructuralPartialEq for CongruenceTolerance
Auto Trait Implementations§
impl Freeze for CongruenceTolerance
impl RefUnwindSafe for CongruenceTolerance
impl Send for CongruenceTolerance
impl Sync for CongruenceTolerance
impl Unpin for CongruenceTolerance
impl UnsafeUnpin for CongruenceTolerance
impl UnwindSafe for CongruenceTolerance
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