Enum ethers_solc::remappings::RemappingError
source · pub enum RemappingError {
InvalidRemapping(String),
EmptyRemappingKey(String),
EmptyRemappingValue(String),
}Variants
Trait Implementations
sourceimpl Debug for RemappingError
impl Debug for RemappingError
sourceimpl Display for RemappingError
impl Display for RemappingError
sourceimpl Error for RemappingError
impl Error for RemappingError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl PartialEq<RemappingError> for RemappingError
impl PartialEq<RemappingError> for RemappingError
sourcefn eq(&self, other: &RemappingError) -> bool
fn eq(&self, other: &RemappingError) -> bool
sourceimpl PartialOrd<RemappingError> for RemappingError
impl PartialOrd<RemappingError> for RemappingError
sourcefn partial_cmp(&self, other: &RemappingError) -> Option<Ordering>
fn partial_cmp(&self, other: &RemappingError) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for RemappingError
impl StructuralEq for RemappingError
impl StructuralPartialEq for RemappingError
Auto Trait Implementations
impl RefUnwindSafe for RemappingError
impl Send for RemappingError
impl Sync for RemappingError
impl Unpin for RemappingError
impl UnwindSafe for RemappingError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.