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