pub struct NumberOutOfScope;
Expand description
Error type generated when trying to convert a Number
into an
integer of inadequate size.
Trait Implementations§
Source§impl Clone for NumberOutOfScope
impl Clone for NumberOutOfScope
Source§fn clone(&self) -> NumberOutOfScope
fn clone(&self) -> NumberOutOfScope
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 From<Infallible> for NumberOutOfScope
impl From<Infallible> for NumberOutOfScope
Source§fn from(_: Infallible) -> NumberOutOfScope
fn from(_: Infallible) -> NumberOutOfScope
Converts to this type from the input type.
Source§impl From<TryFromIntError> for NumberOutOfScope
impl From<TryFromIntError> for NumberOutOfScope
Source§fn from(_: TryFromIntError) -> NumberOutOfScope
fn from(_: TryFromIntError) -> NumberOutOfScope
Converts to this type from the input type.
impl Copy for NumberOutOfScope
Auto Trait Implementations§
impl Freeze for NumberOutOfScope
impl RefUnwindSafe for NumberOutOfScope
impl Send for NumberOutOfScope
impl Sync for NumberOutOfScope
impl Unpin for NumberOutOfScope
impl UnwindSafe for NumberOutOfScope
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