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