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