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 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 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 for DataMapDeleteEventData
impl PartialEq for DataMapDeleteEventData
Source§impl Serialize for DataMapDeleteEventData
impl Serialize for DataMapDeleteEventData
impl StructuralPartialEq for DataMapDeleteEventData
Auto Trait Implementations§
impl Freeze for DataMapDeleteEventData
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