pub struct TonTransactionTypeFragmentWithdrawal {
pub withdrawal_state: Option<RevenueWithdrawalState>,
}Expand description
The transaction is a withdrawal of earned Toncoins to Fragment
Fields§
§withdrawal_state: Option<RevenueWithdrawalState>State of the withdrawal; may be null for refunds from Fragment
Trait Implementations§
Source§impl Clone for TonTransactionTypeFragmentWithdrawal
impl Clone for TonTransactionTypeFragmentWithdrawal
Source§fn clone(&self) -> TonTransactionTypeFragmentWithdrawal
fn clone(&self) -> TonTransactionTypeFragmentWithdrawal
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 Default for TonTransactionTypeFragmentWithdrawal
impl Default for TonTransactionTypeFragmentWithdrawal
Source§fn default() -> TonTransactionTypeFragmentWithdrawal
fn default() -> TonTransactionTypeFragmentWithdrawal
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TonTransactionTypeFragmentWithdrawal
impl<'de> Deserialize<'de> for TonTransactionTypeFragmentWithdrawal
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 TonTransactionTypeFragmentWithdrawal
impl PartialEq for TonTransactionTypeFragmentWithdrawal
Source§fn eq(&self, other: &TonTransactionTypeFragmentWithdrawal) -> bool
fn eq(&self, other: &TonTransactionTypeFragmentWithdrawal) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TonTransactionTypeFragmentWithdrawal
Auto Trait Implementations§
impl Freeze for TonTransactionTypeFragmentWithdrawal
impl RefUnwindSafe for TonTransactionTypeFragmentWithdrawal
impl Send for TonTransactionTypeFragmentWithdrawal
impl Sync for TonTransactionTypeFragmentWithdrawal
impl Unpin for TonTransactionTypeFragmentWithdrawal
impl UnsafeUnpin for TonTransactionTypeFragmentWithdrawal
impl UnwindSafe for TonTransactionTypeFragmentWithdrawal
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