Expand description
The enumeration to express conversion error into interval of dB.
Variants
Range(i32, i32)
Including any entry in which both minimum and maximum value are out of range, or either minimum or maximum value is out of range.
Linearity
Including entries for both of non-linear and linear value.
Empty
Including no entry.
Unsupported
Including any entry without dB information.
Trait Implementations
sourceimpl Clone for ToDbIntervalError
impl Clone for ToDbIntervalError
sourcefn clone(&self) -> ToDbIntervalError
fn clone(&self) -> ToDbIntervalError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ToDbIntervalError
impl Debug for ToDbIntervalError
sourceimpl Display for ToDbIntervalError
impl Display for ToDbIntervalError
sourceimpl PartialEq<ToDbIntervalError> for ToDbIntervalError
impl PartialEq<ToDbIntervalError> for ToDbIntervalError
sourcefn eq(&self, other: &ToDbIntervalError) -> bool
fn eq(&self, other: &ToDbIntervalError) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ToDbIntervalError) -> bool
fn ne(&self, other: &ToDbIntervalError) -> bool
This method tests for !=.
impl Eq for ToDbIntervalError
impl StructuralEq for ToDbIntervalError
impl StructuralPartialEq for ToDbIntervalError
Auto Trait Implementations
impl RefUnwindSafe for ToDbIntervalError
impl Send for ToDbIntervalError
impl Sync for ToDbIntervalError
impl Unpin for ToDbIntervalError
impl UnwindSafe for ToDbIntervalError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more