#[repr(u32)]pub enum AnvilZksyncError {
AnvilEnvironment(AnvilEnvironment),
AnvilGeneric(AnvilGeneric),
Halt(Halt),
Revert(Revert),
}
Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for AnvilZksync
impl AsRef<str> for AnvilZksync
Source§impl Clone for AnvilZksync
impl Clone for AnvilZksync
Source§fn clone(&self) -> AnvilZksync
fn clone(&self) -> AnvilZksync
Returns a copy 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 AnvilZksync
impl Debug for AnvilZksync
Source§impl<'de> Deserialize<'de> for AnvilZksync
impl<'de> Deserialize<'de> for AnvilZksync
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 Display for AnvilZksync
impl Display for AnvilZksync
Source§impl Documented for AnvilZksync
impl Documented for AnvilZksync
type Documentation = &'static ErrorDocumentation
fn get_documentation( &self, ) -> Result<Option<Self::Documentation>, DocumentationError>
Source§impl Error for AnvilZksync
impl Error for AnvilZksync
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 AnvilZksync> for AnvilZksyncCode
impl<'_enum> From<&'_enum AnvilZksync> for AnvilZksyncCode
Source§fn from(val: &'_enum AnvilZksync) -> AnvilZksyncCode
fn from(val: &'_enum AnvilZksync) -> AnvilZksyncCode
Converts to this type from the input type.
Source§impl From<AnvilEnvironment> for AnvilZksync
impl From<AnvilEnvironment> for AnvilZksync
Source§fn from(val: AnvilEnvironment) -> Self
fn from(val: AnvilEnvironment) -> Self
Converts to this type from the input type.
Source§impl From<AnvilGeneric> for AnvilZksync
impl From<AnvilGeneric> for AnvilZksync
Source§fn from(val: AnvilGeneric) -> Self
fn from(val: AnvilGeneric) -> Self
Converts to this type from the input type.
Source§impl From<AnvilZksync> for AnvilZksyncCode
impl From<AnvilZksync> for AnvilZksyncCode
Source§fn from(val: AnvilZksync) -> AnvilZksyncCode
fn from(val: AnvilZksync) -> AnvilZksyncCode
Converts to this type from the input type.
Source§impl From<AnvilZksync> for ZksyncError
impl From<AnvilZksync> for ZksyncError
Source§fn from(value: AnvilZksync) -> Self
fn from(value: AnvilZksync) -> Self
Converts to this type from the input type.
Source§impl From<Halt> for AnvilZksync
impl From<Halt> for AnvilZksync
Source§impl From<Revert> for AnvilZksync
impl From<Revert> for AnvilZksync
Source§impl ICustomError<ZksyncError, ZksyncError> for AnvilZksync
impl ICustomError<ZksyncError, ZksyncError> for AnvilZksync
fn to_unified(&self) -> ZksyncError
Source§impl PartialEq for AnvilZksync
impl PartialEq for AnvilZksync
Source§impl Serialize for AnvilZksync
impl Serialize for AnvilZksync
impl Eq for AnvilZksync
impl StructuralPartialEq for AnvilZksync
Auto Trait Implementations§
impl Freeze for AnvilZksync
impl RefUnwindSafe for AnvilZksync
impl Send for AnvilZksync
impl Sync for AnvilZksync
impl Unpin for AnvilZksync
impl UnwindSafe for AnvilZksync
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