pub struct ChatRevenueWithdrawalStateCompleted {
pub date: i32,
pub url: String,
}Expand description
Withdrawal was completed
Fields§
§date: i32Point in time (Unix timestamp) when the withdrawal was completed
url: StringThe URL where the withdrawal transaction can be viewed
Trait Implementations§
Source§impl Clone for ChatRevenueWithdrawalStateCompleted
impl Clone for ChatRevenueWithdrawalStateCompleted
Source§fn clone(&self) -> ChatRevenueWithdrawalStateCompleted
fn clone(&self) -> ChatRevenueWithdrawalStateCompleted
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 Default for ChatRevenueWithdrawalStateCompleted
impl Default for ChatRevenueWithdrawalStateCompleted
Source§fn default() -> ChatRevenueWithdrawalStateCompleted
fn default() -> ChatRevenueWithdrawalStateCompleted
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatRevenueWithdrawalStateCompleted
impl<'de> Deserialize<'de> for ChatRevenueWithdrawalStateCompleted
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 ChatRevenueWithdrawalStateCompleted
impl PartialEq for ChatRevenueWithdrawalStateCompleted
Source§fn eq(&self, other: &ChatRevenueWithdrawalStateCompleted) -> bool
fn eq(&self, other: &ChatRevenueWithdrawalStateCompleted) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChatRevenueWithdrawalStateCompleted
Auto Trait Implementations§
impl Freeze for ChatRevenueWithdrawalStateCompleted
impl RefUnwindSafe for ChatRevenueWithdrawalStateCompleted
impl Send for ChatRevenueWithdrawalStateCompleted
impl Sync for ChatRevenueWithdrawalStateCompleted
impl Unpin for ChatRevenueWithdrawalStateCompleted
impl UnwindSafe for ChatRevenueWithdrawalStateCompleted
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