pub struct ArgumentRangeError;Expand description
Error type indicating a raw value is out of the range of known enum values.
Trait Implementations§
Source§impl Clone for ArgumentRangeError
impl Clone for ArgumentRangeError
Source§fn clone(&self) -> ArgumentRangeError
fn clone(&self) -> ArgumentRangeError
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 ArgumentRangeError
impl Debug for ArgumentRangeError
Source§impl Default for ArgumentRangeError
impl Default for ArgumentRangeError
Source§fn default() -> ArgumentRangeError
fn default() -> ArgumentRangeError
Returns the “default value” for a type. Read more
Source§impl From<ArgumentRangeError> for Status
impl From<ArgumentRangeError> for Status
Source§fn from(_: ArgumentRangeError) -> Self
fn from(_: ArgumentRangeError) -> Self
Converts to this type from the input type.
impl Copy for ArgumentRangeError
Auto Trait Implementations§
impl Freeze for ArgumentRangeError
impl RefUnwindSafe for ArgumentRangeError
impl Send for ArgumentRangeError
impl Sync for ArgumentRangeError
impl Unpin for ArgumentRangeError
impl UnwindSafe for ArgumentRangeError
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