pub struct ParseNamedChainError;Expand description
Error returned when parsing a named chain from a string fails.
Trait Implementations§
Source§impl Clone for ParseNamedChainError
impl Clone for ParseNamedChainError
Source§fn clone(&self) -> ParseNamedChainError
fn clone(&self) -> ParseNamedChainError
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 ParseNamedChainError
Source§impl Debug for ParseNamedChainError
impl Debug for ParseNamedChainError
Source§impl Display for ParseNamedChainError
impl Display for ParseNamedChainError
impl Eq for ParseNamedChainError
Source§impl Error for ParseNamedChainError
Available on crate feature std only.
impl Error for ParseNamedChainError
Available on crate feature
std only.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()
Source§impl Hash for ParseNamedChainError
impl Hash for ParseNamedChainError
Source§impl PartialEq for ParseNamedChainError
impl PartialEq for ParseNamedChainError
Source§fn eq(&self, other: &ParseNamedChainError) -> bool
fn eq(&self, other: &ParseNamedChainError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ParseNamedChainError
Auto Trait Implementations§
impl Freeze for ParseNamedChainError
impl RefUnwindSafe for ParseNamedChainError
impl Send for ParseNamedChainError
impl Sync for ParseNamedChainError
impl Unpin for ParseNamedChainError
impl UnsafeUnpin for ParseNamedChainError
impl UnwindSafe for ParseNamedChainError
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