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