pub struct GetStarsGiveawayOptions {}Expand description
payments.getStarsGiveawayOptions
Generated from:
payments.getStarsGiveawayOptions#bd1efd3e = Vector<StarsGiveawayOption>Trait Implementations§
Source§impl Clone for GetStarsGiveawayOptions
impl Clone for GetStarsGiveawayOptions
Source§fn clone(&self) -> GetStarsGiveawayOptions
fn clone(&self) -> GetStarsGiveawayOptions
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 GetStarsGiveawayOptions
impl Debug for GetStarsGiveawayOptions
Source§impl Identifiable for GetStarsGiveawayOptions
impl Identifiable for GetStarsGiveawayOptions
Source§const CONSTRUCTOR_ID: u32 = 0xbd1efd3e
const CONSTRUCTOR_ID: u32 = 0xbd1efd3e
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetStarsGiveawayOptions
impl PartialEq for GetStarsGiveawayOptions
Source§impl RemoteCall for GetStarsGiveawayOptions
impl RemoteCall for GetStarsGiveawayOptions
Source§type Return = Vec<StarsGiveawayOption>
type Return = Vec<StarsGiveawayOption>
The deserialized response type.
impl StructuralPartialEq for GetStarsGiveawayOptions
Auto Trait Implementations§
impl Freeze for GetStarsGiveawayOptions
impl RefUnwindSafe for GetStarsGiveawayOptions
impl Send for GetStarsGiveawayOptions
impl Sync for GetStarsGiveawayOptions
impl Unpin for GetStarsGiveawayOptions
impl UnsafeUnpin for GetStarsGiveawayOptions
impl UnwindSafe for GetStarsGiveawayOptions
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