pub struct GetStarsRevenueStats {
pub dark: bool,
pub ton: bool,
pub peer: InputPeer,
}Expand description
Generated from:
payments.getStarsRevenueStats#d91ffad6 flags:# dark:flags.0?true ton:flags.1?true peer:InputPeer = payments.StarsRevenueStatsFields§
§dark: bool§ton: bool§peer: InputPeerTrait Implementations§
Source§impl Clone for GetStarsRevenueStats
impl Clone for GetStarsRevenueStats
Source§fn clone(&self) -> GetStarsRevenueStats
fn clone(&self) -> GetStarsRevenueStats
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 GetStarsRevenueStats
impl Debug for GetStarsRevenueStats
Source§impl Identifiable for GetStarsRevenueStats
impl Identifiable for GetStarsRevenueStats
Source§const CONSTRUCTOR_ID: u32 = 0xd91ffad6
const CONSTRUCTOR_ID: u32 = 0xd91ffad6
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetStarsRevenueStats
impl PartialEq for GetStarsRevenueStats
Source§impl RemoteCall for GetStarsRevenueStats
impl RemoteCall for GetStarsRevenueStats
Source§type Return = StarsRevenueStats
type Return = StarsRevenueStats
The deserialized response type.
Source§impl Serializable for GetStarsRevenueStats
impl Serializable for GetStarsRevenueStats
impl StructuralPartialEq for GetStarsRevenueStats
Auto Trait Implementations§
impl Freeze for GetStarsRevenueStats
impl RefUnwindSafe for GetStarsRevenueStats
impl Send for GetStarsRevenueStats
impl Sync for GetStarsRevenueStats
impl Unpin for GetStarsRevenueStats
impl UnsafeUnpin for GetStarsRevenueStats
impl UnwindSafe for GetStarsRevenueStats
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