Struct chainhook_types::DataMapUpdateEventData
source · pub struct DataMapUpdateEventData {
pub contract_identifier: String,
pub map: String,
pub hex_key: String,
pub hex_new_value: String,
}Fields§
§contract_identifier: String§map: String§hex_key: String§hex_new_value: StringTrait Implementations§
source§impl Clone for DataMapUpdateEventData
impl Clone for DataMapUpdateEventData
source§fn clone(&self) -> DataMapUpdateEventData
fn clone(&self) -> DataMapUpdateEventData
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 DataMapUpdateEventData
impl Debug for DataMapUpdateEventData
source§impl<'de> Deserialize<'de> for DataMapUpdateEventData
impl<'de> Deserialize<'de> for DataMapUpdateEventData
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<DataMapUpdateEventData> for DataMapUpdateEventData
impl PartialEq<DataMapUpdateEventData> for DataMapUpdateEventData
source§fn eq(&self, other: &DataMapUpdateEventData) -> bool
fn eq(&self, other: &DataMapUpdateEventData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DataMapUpdateEventData
impl Serialize for DataMapUpdateEventData
impl StructuralPartialEq for DataMapUpdateEventData
Auto Trait Implementations§
impl RefUnwindSafe for DataMapUpdateEventData
impl Send for DataMapUpdateEventData
impl Sync for DataMapUpdateEventData
impl Unpin for DataMapUpdateEventData
impl UnwindSafe for DataMapUpdateEventData
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