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