pub struct ParseElementKindError;Expand description
No matching ElementKind for the given string.
Trait Implementations§
Source§impl Clone for ParseElementKindError
impl Clone for ParseElementKindError
Source§fn clone(&self) -> ParseElementKindError
fn clone(&self) -> ParseElementKindError
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 ParseElementKindError
Source§impl Debug for ParseElementKindError
impl Debug for ParseElementKindError
Source§impl Display for ParseElementKindError
impl Display for ParseElementKindError
impl Eq for ParseElementKindError
Source§impl Error for ParseElementKindError
impl Error for ParseElementKindError
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 PartialEq for ParseElementKindError
impl PartialEq for ParseElementKindError
Source§fn eq(&self, other: &ParseElementKindError) -> bool
fn eq(&self, other: &ParseElementKindError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ParseElementKindError
Auto Trait Implementations§
impl Freeze for ParseElementKindError
impl RefUnwindSafe for ParseElementKindError
impl Send for ParseElementKindError
impl Sync for ParseElementKindError
impl Unpin for ParseElementKindError
impl UnsafeUnpin for ParseElementKindError
impl UnwindSafe for ParseElementKindError
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