Struct ethers_core::abi::LogParam
source · pub struct LogParam {
pub name: String,
pub value: Token,
}
Expand description
Decoded log param.
Fields§
§name: String
Decoded log name.
value: Token
Decoded log value.
Trait Implementations§
source§impl<'de> Deserialize<'de> for LogParam
impl<'de> Deserialize<'de> for LogParam
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<LogParam, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<LogParam, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for LogParam
impl PartialEq for LogParam
source§impl Serialize for LogParam
impl Serialize for LogParam
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for LogParam
Auto Trait Implementations§
impl RefUnwindSafe for LogParam
impl Send for LogParam
impl Sync for LogParam
impl Unpin for LogParam
impl UnwindSafe for LogParam
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