#[repr(u32)]pub enum ErrorCode {
GenericError = 0,
}
Expand description
Auto-generated discriminant enum variants
Variants§
GenericError = 0
Implementations§
Trait Implementations§
Source§impl AsRef<str> for FoundryZksyncCode
impl AsRef<str> for FoundryZksyncCode
Source§impl Clone for FoundryZksyncCode
impl Clone for FoundryZksyncCode
Source§fn clone(&self) -> FoundryZksyncCode
fn clone(&self) -> FoundryZksyncCode
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 FoundryZksyncCode
impl Debug for FoundryZksyncCode
Source§impl<'_enum> From<&'_enum FoundryZksync> for FoundryZksyncCode
impl<'_enum> From<&'_enum FoundryZksync> for FoundryZksyncCode
Source§fn from(val: &'_enum FoundryZksync) -> FoundryZksyncCode
fn from(val: &'_enum FoundryZksync) -> FoundryZksyncCode
Converts to this type from the input type.
Source§impl From<FoundryZksync> for FoundryZksyncCode
impl From<FoundryZksync> for FoundryZksyncCode
Source§fn from(val: FoundryZksync) -> FoundryZksyncCode
fn from(val: FoundryZksync) -> FoundryZksyncCode
Converts to this type from the input type.
Source§impl NamedError for FoundryZksyncCode
impl NamedError for FoundryZksyncCode
fn get_error_name(&self) -> String
Source§impl PartialEq for FoundryZksyncCode
impl PartialEq for FoundryZksyncCode
impl Copy for FoundryZksyncCode
impl Eq for FoundryZksyncCode
impl StructuralPartialEq for FoundryZksyncCode
Auto Trait Implementations§
impl Freeze for FoundryZksyncCode
impl RefUnwindSafe for FoundryZksyncCode
impl Send for FoundryZksyncCode
impl Sync for FoundryZksyncCode
impl Unpin for FoundryZksyncCode
impl UnwindSafe for FoundryZksyncCode
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