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