pub struct PopularAppBots {
pub next_offset: Option<String>,
pub users: Vec<User>,
}Expand description
Generated from:
bots.popularAppBots#1991b13b flags:# next_offset:flags.0?string users:Vector<User> = bots.PopularAppBotsFields§
§next_offset: Option<String>§users: Vec<User>Trait Implementations§
Source§impl Clone for PopularAppBots
impl Clone for PopularAppBots
Source§fn clone(&self) -> PopularAppBots
fn clone(&self) -> PopularAppBots
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 PopularAppBots
impl Debug for PopularAppBots
Source§impl Deserializable for PopularAppBots
impl Deserializable for PopularAppBots
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<PopularAppBots> for PopularAppBots
impl From<PopularAppBots> for PopularAppBots
Source§fn from(x: PopularAppBots) -> Self
fn from(x: PopularAppBots) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PopularAppBots
impl Identifiable for PopularAppBots
Source§const CONSTRUCTOR_ID: u32 = 0x1991b13b
const CONSTRUCTOR_ID: u32 = 0x1991b13b
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PopularAppBots
impl PartialEq for PopularAppBots
Source§impl Serializable for PopularAppBots
impl Serializable for PopularAppBots
Source§impl TryFrom<PopularAppBots> for PopularAppBots
impl TryFrom<PopularAppBots> for PopularAppBots
Source§type Error = PopularAppBots
type Error = PopularAppBots
The type returned in the event of a conversion error.
impl StructuralPartialEq for PopularAppBots
Auto Trait Implementations§
impl Freeze for PopularAppBots
impl RefUnwindSafe for PopularAppBots
impl Send for PopularAppBots
impl Sync for PopularAppBots
impl Unpin for PopularAppBots
impl UnsafeUnpin for PopularAppBots
impl UnwindSafe for PopularAppBots
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