pub struct ChainIdMismatchSubdetail {
pub got: String,
pub expected: String,
}Fields§
§got: String§expected: StringTrait Implementations§
Source§impl Clone for ChainIdMismatchSubdetail
impl Clone for ChainIdMismatchSubdetail
Source§fn clone(&self) -> ChainIdMismatchSubdetail
fn clone(&self) -> ChainIdMismatchSubdetail
Returns a duplicate 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 ChainIdMismatchSubdetail
impl Debug for ChainIdMismatchSubdetail
Source§impl<'de> Deserialize<'de> for ChainIdMismatchSubdetail
impl<'de> Deserialize<'de> for ChainIdMismatchSubdetail
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 Display for ChainIdMismatchSubdetail
impl Display for ChainIdMismatchSubdetail
Source§impl PartialEq for ChainIdMismatchSubdetail
impl PartialEq for ChainIdMismatchSubdetail
Source§impl Serialize for ChainIdMismatchSubdetail
impl Serialize for ChainIdMismatchSubdetail
impl Eq for ChainIdMismatchSubdetail
impl StructuralPartialEq for ChainIdMismatchSubdetail
Auto Trait Implementations§
impl Freeze for ChainIdMismatchSubdetail
impl RefUnwindSafe for ChainIdMismatchSubdetail
impl Send for ChainIdMismatchSubdetail
impl Sync for ChainIdMismatchSubdetail
impl Unpin for ChainIdMismatchSubdetail
impl UnwindSafe for ChainIdMismatchSubdetail
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