pub struct SuperchainParent {
pub type: String,
pub chain: String,
}
Expand description
A Chain Parent
Fields§
§type: String
The parent type.
chain: String
The chain identifier.
Implementations§
Trait Implementations§
Source§impl Clone for SuperchainParent
impl Clone for SuperchainParent
Source§fn clone(&self) -> SuperchainParent
fn clone(&self) -> SuperchainParent
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 SuperchainParent
impl Debug for SuperchainParent
Source§impl Default for SuperchainParent
impl Default for SuperchainParent
Source§fn default() -> SuperchainParent
fn default() -> SuperchainParent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SuperchainParent
impl<'de> Deserialize<'de> for SuperchainParent
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 Hash for SuperchainParent
impl Hash for SuperchainParent
Source§impl PartialEq for SuperchainParent
impl PartialEq for SuperchainParent
Source§impl Serialize for SuperchainParent
impl Serialize for SuperchainParent
impl Eq for SuperchainParent
impl StructuralPartialEq for SuperchainParent
Auto Trait Implementations§
impl Freeze for SuperchainParent
impl RefUnwindSafe for SuperchainParent
impl Send for SuperchainParent
impl Sync for SuperchainParent
impl Unpin for SuperchainParent
impl UnwindSafe for SuperchainParent
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