#[non_exhaustive]pub struct InvalidReferenceIndex;Expand description
Parse error for invalid reference index.
Trait Implementations§
Source§impl Clone for InvalidReferenceIndex
impl Clone for InvalidReferenceIndex
Source§fn clone(&self) -> InvalidReferenceIndex
fn clone(&self) -> InvalidReferenceIndex
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 InvalidReferenceIndex
impl Debug for InvalidReferenceIndex
Source§impl Display for InvalidReferenceIndex
impl Display for InvalidReferenceIndex
Source§impl Error for InvalidReferenceIndex
impl Error for InvalidReferenceIndex
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 From<InvalidReferenceIndex> for ParseErrorKind
impl From<InvalidReferenceIndex> for ParseErrorKind
Source§fn from(e: InvalidReferenceIndex) -> Self
fn from(e: InvalidReferenceIndex) -> Self
Converts to this type from the input type.
Source§impl Hash for InvalidReferenceIndex
impl Hash for InvalidReferenceIndex
Source§impl PartialEq for InvalidReferenceIndex
impl PartialEq for InvalidReferenceIndex
impl Copy for InvalidReferenceIndex
impl Eq for InvalidReferenceIndex
impl StructuralPartialEq for InvalidReferenceIndex
Auto Trait Implementations§
impl Freeze for InvalidReferenceIndex
impl RefUnwindSafe for InvalidReferenceIndex
impl Send for InvalidReferenceIndex
impl Sync for InvalidReferenceIndex
impl Unpin for InvalidReferenceIndex
impl UnwindSafe for InvalidReferenceIndex
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