pub struct IntOutOfRange;Trait Implementations§
Source§impl Clone for IntOutOfRange
impl Clone for IntOutOfRange
Source§fn clone(&self) -> IntOutOfRange
fn clone(&self) -> IntOutOfRange
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 IntOutOfRange
impl Debug for IntOutOfRange
Source§impl Hash for IntOutOfRange
impl Hash for IntOutOfRange
Source§impl Ord for IntOutOfRange
impl Ord for IntOutOfRange
Source§fn cmp(&self, other: &IntOutOfRange) -> Ordering
fn cmp(&self, other: &IntOutOfRange) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IntOutOfRange
impl PartialEq for IntOutOfRange
Source§impl PartialOrd for IntOutOfRange
impl PartialOrd for IntOutOfRange
impl Copy for IntOutOfRange
impl Eq for IntOutOfRange
impl StructuralPartialEq for IntOutOfRange
Auto Trait Implementations§
impl Freeze for IntOutOfRange
impl RefUnwindSafe for IntOutOfRange
impl Send for IntOutOfRange
impl Sync for IntOutOfRange
impl Unpin for IntOutOfRange
impl UnwindSafe for IntOutOfRange
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