pub enum L1Client {
Geth,
Erigon,
Reth,
}Expand description
L1 Client
The OP Stack L1 client is an L1 execution client.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for L1Client
impl<'de> Deserialize<'de> for L1Client
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 EnumVariantsStrings for L1Client
impl EnumVariantsStrings for L1Client
Source§impl IntoEnumIterator for L1Client
impl IntoEnumIterator for L1Client
type Iterator = L1ClientIter
fn iter() -> L1ClientIter ⓘ
impl Copy for L1Client
impl StructuralPartialEq for L1Client
Auto Trait Implementations§
impl Freeze for L1Client
impl RefUnwindSafe for L1Client
impl Send for L1Client
impl Sync for L1Client
impl Unpin for L1Client
impl UnwindSafe for L1Client
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