pub struct UpdateTonRevenueStatus {
pub status: TonRevenueStatus,
}Expand description
The Toncoin revenue earned by the current user has changed. If Toncoin transaction screen of the chat is opened, then getTonTransactions may be called to fetch new transactions
Fields§
§status: TonRevenueStatusNew Toncoin revenue status
Trait Implementations§
Source§impl Clone for UpdateTonRevenueStatus
impl Clone for UpdateTonRevenueStatus
Source§fn clone(&self) -> UpdateTonRevenueStatus
fn clone(&self) -> UpdateTonRevenueStatus
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 Debug for UpdateTonRevenueStatus
impl Debug for UpdateTonRevenueStatus
Source§impl Default for UpdateTonRevenueStatus
impl Default for UpdateTonRevenueStatus
Source§fn default() -> UpdateTonRevenueStatus
fn default() -> UpdateTonRevenueStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateTonRevenueStatus
impl<'de> Deserialize<'de> for UpdateTonRevenueStatus
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 UpdateTonRevenueStatus
impl PartialEq for UpdateTonRevenueStatus
Source§impl Serialize for UpdateTonRevenueStatus
impl Serialize for UpdateTonRevenueStatus
impl StructuralPartialEq for UpdateTonRevenueStatus
Auto Trait Implementations§
impl Freeze for UpdateTonRevenueStatus
impl RefUnwindSafe for UpdateTonRevenueStatus
impl Send for UpdateTonRevenueStatus
impl Sync for UpdateTonRevenueStatus
impl Unpin for UpdateTonRevenueStatus
impl UnsafeUnpin for UpdateTonRevenueStatus
impl UnwindSafe for UpdateTonRevenueStatus
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