Struct hexf_parse::ParseHexfError
source · [−]pub struct ParseHexfError { /* private fields */ }
Expand description
An opaque error type from parse_hexf32
and parse_hexf64
.
Trait Implementations
sourceimpl Clone for ParseHexfError
impl Clone for ParseHexfError
sourcefn clone(&self) -> ParseHexfError
fn clone(&self) -> ParseHexfError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ParseHexfError
impl Debug for ParseHexfError
sourceimpl Display for ParseHexfError
impl Display for ParseHexfError
sourceimpl Error for ParseHexfError
impl Error for ParseHexfError
sourcefn description(&self) -> &'static str
fn description(&self) -> &'static str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourceimpl PartialEq<ParseHexfError> for ParseHexfError
impl PartialEq<ParseHexfError> for ParseHexfError
sourcefn eq(&self, other: &ParseHexfError) -> bool
fn eq(&self, other: &ParseHexfError) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ParseHexfError) -> bool
fn ne(&self, other: &ParseHexfError) -> bool
This method tests for !=
.
impl Eq for ParseHexfError
impl StructuralEq for ParseHexfError
impl StructuralPartialEq for ParseHexfError
Auto Trait Implementations
impl RefUnwindSafe for ParseHexfError
impl Send for ParseHexfError
impl Sync for ParseHexfError
impl Unpin for ParseHexfError
impl UnwindSafe for ParseHexfError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more