pub struct GetBoostsStatus {
pub peer: InputPeer,
}Expand description
Generated from:
premium.getBoostsStatus#42f1f61 peer:InputPeer = premium.BoostsStatusFields§
§peer: InputPeerTrait Implementations§
Source§impl Clone for GetBoostsStatus
impl Clone for GetBoostsStatus
Source§fn clone(&self) -> GetBoostsStatus
fn clone(&self) -> GetBoostsStatus
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 GetBoostsStatus
impl Debug for GetBoostsStatus
Source§impl Identifiable for GetBoostsStatus
impl Identifiable for GetBoostsStatus
Source§const CONSTRUCTOR_ID: u32 = 0x042f1f61
const CONSTRUCTOR_ID: u32 = 0x042f1f61
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetBoostsStatus
impl PartialEq for GetBoostsStatus
Source§impl RemoteCall for GetBoostsStatus
impl RemoteCall for GetBoostsStatus
Source§type Return = BoostsStatus
type Return = BoostsStatus
The deserialized response type.
Source§impl Serializable for GetBoostsStatus
impl Serializable for GetBoostsStatus
impl StructuralPartialEq for GetBoostsStatus
Auto Trait Implementations§
impl Freeze for GetBoostsStatus
impl RefUnwindSafe for GetBoostsStatus
impl Send for GetBoostsStatus
impl Sync for GetBoostsStatus
impl Unpin for GetBoostsStatus
impl UnsafeUnpin for GetBoostsStatus
impl UnwindSafe for GetBoostsStatus
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