pub struct Superchains {
pub superchains: Vec<Superchain>,
}
Expand description
A list of Hydrated Superchain Configs.
Fields§
§superchains: Vec<Superchain>
A list of superchain configs.
Trait Implementations§
Source§impl Clone for Superchains
impl Clone for Superchains
Source§fn clone(&self) -> Superchains
fn clone(&self) -> Superchains
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 Superchains
impl Debug for Superchains
Source§impl Default for Superchains
impl Default for Superchains
Source§fn default() -> Superchains
fn default() -> Superchains
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Superchains
impl<'de> Deserialize<'de> for Superchains
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 PartialEq for Superchains
impl PartialEq for Superchains
Source§impl Serialize for Superchains
impl Serialize for Superchains
impl Eq for Superchains
impl StructuralPartialEq for Superchains
Auto Trait Implementations§
impl Freeze for Superchains
impl RefUnwindSafe for Superchains
impl Send for Superchains
impl Sync for Superchains
impl Unpin for Superchains
impl UnwindSafe for Superchains
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