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