pub struct ChatRevenueTransactionTypeFragmentWithdrawal {
pub withdrawal_date: i32,
pub state: RevenueWithdrawalState,
}Expand description
Describes a withdrawal of earnings through Fragment
Fields§
§withdrawal_date: i32Point in time (Unix timestamp) when the earnings withdrawal started
state: RevenueWithdrawalStateState of the withdrawal
Trait Implementations§
Source§impl Clone for ChatRevenueTransactionTypeFragmentWithdrawal
impl Clone for ChatRevenueTransactionTypeFragmentWithdrawal
Source§fn clone(&self) -> ChatRevenueTransactionTypeFragmentWithdrawal
fn clone(&self) -> ChatRevenueTransactionTypeFragmentWithdrawal
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<'de> Deserialize<'de> for ChatRevenueTransactionTypeFragmentWithdrawal
impl<'de> Deserialize<'de> for ChatRevenueTransactionTypeFragmentWithdrawal
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 ChatRevenueTransactionTypeFragmentWithdrawal
impl PartialEq for ChatRevenueTransactionTypeFragmentWithdrawal
Source§fn eq(&self, other: &ChatRevenueTransactionTypeFragmentWithdrawal) -> bool
fn eq(&self, other: &ChatRevenueTransactionTypeFragmentWithdrawal) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChatRevenueTransactionTypeFragmentWithdrawal
Auto Trait Implementations§
impl Freeze for ChatRevenueTransactionTypeFragmentWithdrawal
impl RefUnwindSafe for ChatRevenueTransactionTypeFragmentWithdrawal
impl Send for ChatRevenueTransactionTypeFragmentWithdrawal
impl Sync for ChatRevenueTransactionTypeFragmentWithdrawal
impl Unpin for ChatRevenueTransactionTypeFragmentWithdrawal
impl UnsafeUnpin for ChatRevenueTransactionTypeFragmentWithdrawal
impl UnwindSafe for ChatRevenueTransactionTypeFragmentWithdrawal
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