pub struct QuantizeError;Expand description
Quantization failure (NaN/∞ input or out-of-range result).
Trait Implementations§
Source§impl Clone for QuantizeError
impl Clone for QuantizeError
Source§fn clone(&self) -> QuantizeError
fn clone(&self) -> QuantizeError
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 moreimpl Copy for QuantizeError
Source§impl Debug for QuantizeError
impl Debug for QuantizeError
Source§impl Display for QuantizeError
impl Display for QuantizeError
impl Eq for QuantizeError
Source§impl Error for QuantizeError
impl Error for QuantizeError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for QuantizeError
impl PartialEq for QuantizeError
Source§fn eq(&self, other: &QuantizeError) -> bool
fn eq(&self, other: &QuantizeError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QuantizeError
Auto Trait Implementations§
impl Freeze for QuantizeError
impl RefUnwindSafe for QuantizeError
impl Send for QuantizeError
impl Sync for QuantizeError
impl Unpin for QuantizeError
impl UnsafeUnpin for QuantizeError
impl UnwindSafe for QuantizeError
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