pub enum QoIErrorBound {
Absolute(f64),
Relative(f64),
}Variants§
Trait Implementations§
Source§impl Clone for QoIErrorBound
impl Clone for QoIErrorBound
Source§fn clone(&self) -> QoIErrorBound
fn clone(&self) -> QoIErrorBound
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 moreSource§impl Debug for QoIErrorBound
impl Debug for QoIErrorBound
impl Copy for QoIErrorBound
Auto Trait Implementations§
impl Freeze for QoIErrorBound
impl RefUnwindSafe for QoIErrorBound
impl Send for QoIErrorBound
impl Sync for QoIErrorBound
impl Unpin for QoIErrorBound
impl UnwindSafe for QoIErrorBound
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