#[repr(u32)]pub enum FoundryError {
FoundryUpstream(FoundryUpstream),
FoundryZksync(FoundryZksync),
}
Variants§
FoundryUpstream(FoundryUpstream)
FoundryZksync(FoundryZksync)
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Foundry
impl<'de> Deserialize<'de> for Foundry
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 Foundry
impl Documented for Foundry
type Documentation = &'static ErrorDocumentation
fn get_documentation( &self, ) -> Result<Option<Self::Documentation>, DocumentationError>
Source§impl Error for Foundry
impl Error for Foundry
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 Foundry> for FoundryCode
impl<'_enum> From<&'_enum Foundry> for FoundryCode
Source§fn from(val: &'_enum Foundry) -> FoundryCode
fn from(val: &'_enum Foundry) -> FoundryCode
Converts to this type from the input type.
Source§impl From<Foundry> for FoundryCode
impl From<Foundry> for FoundryCode
Source§fn from(val: Foundry) -> FoundryCode
fn from(val: Foundry) -> FoundryCode
Converts to this type from the input type.
Source§impl From<Foundry> for ZksyncError
impl From<Foundry> for ZksyncError
Source§impl From<FoundryUpstream> for Foundry
impl From<FoundryUpstream> for Foundry
Source§fn from(val: FoundryUpstream) -> Self
fn from(val: FoundryUpstream) -> Self
Converts to this type from the input type.
Source§impl From<FoundryZksync> for Foundry
impl From<FoundryZksync> for Foundry
Source§fn from(val: FoundryZksync) -> Self
fn from(val: FoundryZksync) -> Self
Converts to this type from the input type.
Source§impl ICustomError<ZksyncError, ZksyncError> for Foundry
impl ICustomError<ZksyncError, ZksyncError> for Foundry
fn to_unified(&self) -> ZksyncError
impl Eq for Foundry
impl StructuralPartialEq for Foundry
Auto Trait Implementations§
impl Freeze for Foundry
impl RefUnwindSafe for Foundry
impl Send for Foundry
impl Sync for Foundry
impl Unpin for Foundry
impl UnwindSafe for Foundry
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