pub enum ReferenceParseError {
IntError(ParseIntError),
FeltError(ParseFeltError),
InvalidStringError(String),
}Variants§
Trait Implementations§
source§impl Debug for ReferenceParseError
impl Debug for ReferenceParseError
source§impl Display for ReferenceParseError
impl Display for ReferenceParseError
source§impl PartialEq<ReferenceParseError> for ReferenceParseError
impl PartialEq<ReferenceParseError> for ReferenceParseError
source§fn eq(&self, other: &ReferenceParseError) -> bool
fn eq(&self, other: &ReferenceParseError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ReferenceParseError
impl StructuralEq for ReferenceParseError
impl StructuralPartialEq for ReferenceParseError
Auto Trait Implementations§
impl RefUnwindSafe for ReferenceParseError
impl Send for ReferenceParseError
impl Sync for ReferenceParseError
impl Unpin for ReferenceParseError
impl UnwindSafe for ReferenceParseError
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.