pub struct GetBotRecommendations {
pub bot: InputUser,
}Expand description
Generated from:
bots.getBotRecommendations#a1b70815 bot:InputUser = users.UsersFields§
§bot: InputUserTrait Implementations§
Source§impl Clone for GetBotRecommendations
impl Clone for GetBotRecommendations
Source§fn clone(&self) -> GetBotRecommendations
fn clone(&self) -> GetBotRecommendations
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 GetBotRecommendations
impl Debug for GetBotRecommendations
Source§impl Identifiable for GetBotRecommendations
impl Identifiable for GetBotRecommendations
Source§const CONSTRUCTOR_ID: u32 = 0xa1b70815
const CONSTRUCTOR_ID: u32 = 0xa1b70815
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetBotRecommendations
impl PartialEq for GetBotRecommendations
Source§impl RemoteCall for GetBotRecommendations
impl RemoteCall for GetBotRecommendations
Source§impl Serializable for GetBotRecommendations
impl Serializable for GetBotRecommendations
impl StructuralPartialEq for GetBotRecommendations
Auto Trait Implementations§
impl Freeze for GetBotRecommendations
impl RefUnwindSafe for GetBotRecommendations
impl Send for GetBotRecommendations
impl Sync for GetBotRecommendations
impl Unpin for GetBotRecommendations
impl UnsafeUnpin for GetBotRecommendations
impl UnwindSafe for GetBotRecommendations
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