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