pub enum ErrorBound {
Eps(f64),
RMSE(f64),
PSNR(f64),
}
Expand description
Error bound
Variants§
Trait Implementations§
Source§impl Clone for ErrorBound
impl Clone for ErrorBound
Source§fn clone(&self) -> ErrorBound
fn clone(&self) -> ErrorBound
Returns a copy 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 ErrorBound
impl Debug for ErrorBound
Source§impl PartialEq for ErrorBound
impl PartialEq for ErrorBound
impl Copy for ErrorBound
impl StructuralPartialEq for ErrorBound
Auto Trait Implementations§
impl Freeze for ErrorBound
impl RefUnwindSafe for ErrorBound
impl Send for ErrorBound
impl Sync for ErrorBound
impl Unpin for ErrorBound
impl UnwindSafe for ErrorBound
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