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