pub struct GetStarsGiftOptions {
pub user_id: Option<InputUser>,
}Expand description
Generated from:
payments.getStarsGiftOptions#d3c96bc8 flags:# user_id:flags.0?InputUser = Vector<StarsGiftOption>Fields§
§user_id: Option<InputUser>Trait Implementations§
Source§impl Clone for GetStarsGiftOptions
impl Clone for GetStarsGiftOptions
Source§fn clone(&self) -> GetStarsGiftOptions
fn clone(&self) -> GetStarsGiftOptions
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 GetStarsGiftOptions
impl Debug for GetStarsGiftOptions
Source§impl Identifiable for GetStarsGiftOptions
impl Identifiable for GetStarsGiftOptions
Source§const CONSTRUCTOR_ID: u32 = 0xd3c96bc8
const CONSTRUCTOR_ID: u32 = 0xd3c96bc8
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetStarsGiftOptions
impl PartialEq for GetStarsGiftOptions
Source§impl RemoteCall for GetStarsGiftOptions
impl RemoteCall for GetStarsGiftOptions
Source§type Return = Vec<StarsGiftOption>
type Return = Vec<StarsGiftOption>
The deserialized response type.
Source§impl Serializable for GetStarsGiftOptions
impl Serializable for GetStarsGiftOptions
impl StructuralPartialEq for GetStarsGiftOptions
Auto Trait Implementations§
impl Freeze for GetStarsGiftOptions
impl RefUnwindSafe for GetStarsGiftOptions
impl Send for GetStarsGiftOptions
impl Sync for GetStarsGiftOptions
impl Unpin for GetStarsGiftOptions
impl UnsafeUnpin for GetStarsGiftOptions
impl UnwindSafe for GetStarsGiftOptions
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