#[repr(u32)]pub enum HardhatError {
HardhatUpstream(HardhatUpstream),
HardhatZksync(HardhatZksync),
}
Variants§
HardhatUpstream(HardhatUpstream)
HardhatZksync(HardhatZksync)
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Hardhat
impl<'de> Deserialize<'de> for Hardhat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Documented for Hardhat
impl Documented for Hardhat
type Documentation = &'static ErrorDocumentation
fn get_documentation( &self, ) -> Result<Option<Self::Documentation>, DocumentationError>
Source§impl Error for Hardhat
impl Error for Hardhat
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<'_enum> From<&'_enum Hardhat> for HardhatCode
impl<'_enum> From<&'_enum Hardhat> for HardhatCode
Source§fn from(val: &'_enum Hardhat) -> HardhatCode
fn from(val: &'_enum Hardhat) -> HardhatCode
Converts to this type from the input type.
Source§impl From<Hardhat> for HardhatCode
impl From<Hardhat> for HardhatCode
Source§fn from(val: Hardhat) -> HardhatCode
fn from(val: Hardhat) -> HardhatCode
Converts to this type from the input type.
Source§impl From<Hardhat> for ZksyncError
impl From<Hardhat> for ZksyncError
Source§impl From<HardhatUpstream> for Hardhat
impl From<HardhatUpstream> for Hardhat
Source§fn from(val: HardhatUpstream) -> Self
fn from(val: HardhatUpstream) -> Self
Converts to this type from the input type.
Source§impl From<HardhatZksync> for Hardhat
impl From<HardhatZksync> for Hardhat
Source§fn from(val: HardhatZksync) -> Self
fn from(val: HardhatZksync) -> Self
Converts to this type from the input type.
Source§impl ICustomError<ZksyncError, ZksyncError> for Hardhat
impl ICustomError<ZksyncError, ZksyncError> for Hardhat
fn to_unified(&self) -> ZksyncError
impl Eq for Hardhat
impl StructuralPartialEq for Hardhat
Auto Trait Implementations§
impl Freeze for Hardhat
impl RefUnwindSafe for Hardhat
impl Send for Hardhat
impl Sync for Hardhat
impl Unpin for Hardhat
impl UnwindSafe for Hardhat
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