pub struct GetStarsSubscriptions {
pub missing_balance: bool,
pub peer: InputPeer,
pub offset: String,
}Expand description
payments.getStarsSubscriptions
Generated from:
payments.getStarsSubscriptions#32512c5 flags:# missing_balance:flags.0?true peer:InputPeer offset:string = payments.StarsStatusFields§
§missing_balance: bool§peer: InputPeer§offset: StringTrait Implementations§
Source§impl Clone for GetStarsSubscriptions
impl Clone for GetStarsSubscriptions
Source§fn clone(&self) -> GetStarsSubscriptions
fn clone(&self) -> GetStarsSubscriptions
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 GetStarsSubscriptions
impl Debug for GetStarsSubscriptions
Source§impl Identifiable for GetStarsSubscriptions
impl Identifiable for GetStarsSubscriptions
Source§const CONSTRUCTOR_ID: u32 = 0x032512c5
const CONSTRUCTOR_ID: u32 = 0x032512c5
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetStarsSubscriptions
impl PartialEq for GetStarsSubscriptions
Source§impl RemoteCall for GetStarsSubscriptions
impl RemoteCall for GetStarsSubscriptions
Source§type Return = StarsStatus
type Return = StarsStatus
The deserialized response type.
Source§impl Serializable for GetStarsSubscriptions
impl Serializable for GetStarsSubscriptions
impl StructuralPartialEq for GetStarsSubscriptions
Auto Trait Implementations§
impl Freeze for GetStarsSubscriptions
impl RefUnwindSafe for GetStarsSubscriptions
impl Send for GetStarsSubscriptions
impl Sync for GetStarsSubscriptions
impl Unpin for GetStarsSubscriptions
impl UnsafeUnpin for GetStarsSubscriptions
impl UnwindSafe for GetStarsSubscriptions
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