pub struct GetUserBoosts {
pub peer: InputPeer,
pub user_id: InputUser,
}Expand description
Generated from:
premium.getUserBoosts#39854d1f peer:InputPeer user_id:InputUser = premium.BoostsListFields§
§peer: InputPeer§user_id: InputUserTrait Implementations§
Source§impl Clone for GetUserBoosts
impl Clone for GetUserBoosts
Source§fn clone(&self) -> GetUserBoosts
fn clone(&self) -> GetUserBoosts
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 GetUserBoosts
impl Debug for GetUserBoosts
Source§impl Identifiable for GetUserBoosts
impl Identifiable for GetUserBoosts
Source§const CONSTRUCTOR_ID: u32 = 0x39854d1f
const CONSTRUCTOR_ID: u32 = 0x39854d1f
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetUserBoosts
impl PartialEq for GetUserBoosts
Source§impl RemoteCall for GetUserBoosts
impl RemoteCall for GetUserBoosts
Source§type Return = BoostsList
type Return = BoostsList
The deserialized response type.
Source§impl Serializable for GetUserBoosts
impl Serializable for GetUserBoosts
impl StructuralPartialEq for GetUserBoosts
Auto Trait Implementations§
impl Freeze for GetUserBoosts
impl RefUnwindSafe for GetUserBoosts
impl Send for GetUserBoosts
impl Sync for GetUserBoosts
impl Unpin for GetUserBoosts
impl UnsafeUnpin for GetUserBoosts
impl UnwindSafe for GetUserBoosts
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