#[repr(u32)]pub enum Kind {
AnvilZksync(AnvilZksyncCode),
Compiler(CompilerCode),
Core(CoreCode),
Foundry(FoundryCode),
Hardhat(HardhatCode),
}
Variants§
AnvilZksync(AnvilZksyncCode)
Compiler(CompilerCode)
Core(CoreCode)
Foundry(FoundryCode)
Hardhat(HardhatCode)
Implementations§
Source§impl Kind
impl Kind
pub fn domain_code(&self) -> u32
pub fn component_code(&self) -> u32
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Kind
impl<'de> Deserialize<'de> for Kind
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 Identifying for Kind
impl Identifying for Kind
fn get_identifier_repr(&self) -> String
impl Eq for Kind
impl StructuralPartialEq for Kind
Auto Trait Implementations§
impl Freeze for Kind
impl RefUnwindSafe for Kind
impl Send for Kind
impl Sync for Kind
impl Unpin for Kind
impl UnwindSafe for Kind
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