pub struct U24RangeError { /* private fields */ }Expand description
Error returned when a u32 does not fit in an unsigned 24-bit integer.
Implementations§
Trait Implementations§
Source§impl Clone for U24RangeError
impl Clone for U24RangeError
Source§fn clone(&self) -> U24RangeError
fn clone(&self) -> U24RangeError
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 U24RangeError
Source§impl Debug for U24RangeError
impl Debug for U24RangeError
Source§impl Display for U24RangeError
impl Display for U24RangeError
impl Eq for U24RangeError
Source§impl Error for U24RangeError
impl Error for U24RangeError
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 U24RangeError
impl PartialEq for U24RangeError
impl StructuralPartialEq for U24RangeError
Auto Trait Implementations§
impl Freeze for U24RangeError
impl RefUnwindSafe for U24RangeError
impl Send for U24RangeError
impl Sync for U24RangeError
impl Unpin for U24RangeError
impl UnsafeUnpin for U24RangeError
impl UnwindSafe for U24RangeError
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