pub struct HashValueParseError;Expand description
Parse error when attempting to construct a HashValue
Trait Implementations§
Source§impl Clone for HashValueParseError
impl Clone for HashValueParseError
Source§fn clone(&self) -> HashValueParseError
fn clone(&self) -> HashValueParseError
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 HashValueParseError
Source§impl Debug for HashValueParseError
impl Debug for HashValueParseError
Source§impl Display for HashValueParseError
impl Display for HashValueParseError
Source§impl Error for HashValueParseError
impl Error for HashValueParseError
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()
Auto Trait Implementations§
impl Freeze for HashValueParseError
impl RefUnwindSafe for HashValueParseError
impl Send for HashValueParseError
impl Sync for HashValueParseError
impl Unpin for HashValueParseError
impl UnsafeUnpin for HashValueParseError
impl UnwindSafe for HashValueParseError
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