pub struct GetPopularAppBots {
pub offset: String,
pub limit: i32,
}Expand description
Generated from:
bots.getPopularAppBots#c2510192 offset:string limit:int = bots.PopularAppBotsFields§
§offset: String§limit: i32Trait Implementations§
Source§impl Clone for GetPopularAppBots
impl Clone for GetPopularAppBots
Source§fn clone(&self) -> GetPopularAppBots
fn clone(&self) -> GetPopularAppBots
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 GetPopularAppBots
impl Debug for GetPopularAppBots
Source§impl Identifiable for GetPopularAppBots
impl Identifiable for GetPopularAppBots
Source§const CONSTRUCTOR_ID: u32 = 0xc2510192
const CONSTRUCTOR_ID: u32 = 0xc2510192
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetPopularAppBots
impl PartialEq for GetPopularAppBots
Source§impl RemoteCall for GetPopularAppBots
impl RemoteCall for GetPopularAppBots
Source§type Return = PopularAppBots
type Return = PopularAppBots
The deserialized response type.
Source§impl Serializable for GetPopularAppBots
impl Serializable for GetPopularAppBots
impl StructuralPartialEq for GetPopularAppBots
Auto Trait Implementations§
impl Freeze for GetPopularAppBots
impl RefUnwindSafe for GetPopularAppBots
impl Send for GetPopularAppBots
impl Sync for GetPopularAppBots
impl Unpin for GetPopularAppBots
impl UnsafeUnpin for GetPopularAppBots
impl UnwindSafe for GetPopularAppBots
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