pub struct GetStarsTransactionsById {
pub ton: bool,
pub peer: InputPeer,
pub id: Vec<InputStarsTransaction>,
}Expand description
payments.getStarsTransactionsByID
Generated from:
payments.getStarsTransactionsByID#2dca16b8 flags:# ton:flags.0?true peer:InputPeer id:Vector<InputStarsTransaction> = payments.StarsStatusFields§
§ton: bool§peer: InputPeer§id: Vec<InputStarsTransaction>Trait Implementations§
Source§impl Clone for GetStarsTransactionsById
impl Clone for GetStarsTransactionsById
Source§fn clone(&self) -> GetStarsTransactionsById
fn clone(&self) -> GetStarsTransactionsById
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 GetStarsTransactionsById
impl Debug for GetStarsTransactionsById
Source§impl Identifiable for GetStarsTransactionsById
impl Identifiable for GetStarsTransactionsById
Source§const CONSTRUCTOR_ID: u32 = 0x2dca16b8
const CONSTRUCTOR_ID: u32 = 0x2dca16b8
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetStarsTransactionsById
impl PartialEq for GetStarsTransactionsById
Source§impl RemoteCall for GetStarsTransactionsById
impl RemoteCall for GetStarsTransactionsById
Source§type Return = StarsStatus
type Return = StarsStatus
The deserialized response type.
impl StructuralPartialEq for GetStarsTransactionsById
Auto Trait Implementations§
impl Freeze for GetStarsTransactionsById
impl RefUnwindSafe for GetStarsTransactionsById
impl Send for GetStarsTransactionsById
impl Sync for GetStarsTransactionsById
impl Unpin for GetStarsTransactionsById
impl UnsafeUnpin for GetStarsTransactionsById
impl UnwindSafe for GetStarsTransactionsById
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