pub struct ResetBotCommands {
pub scope: BotCommandScope,
pub lang_code: String,
}Expand description
Generated from:
bots.resetBotCommands#3d8de0f9 scope:BotCommandScope lang_code:string = BoolFields§
§scope: BotCommandScope§lang_code: StringTrait Implementations§
Source§impl Clone for ResetBotCommands
impl Clone for ResetBotCommands
Source§fn clone(&self) -> ResetBotCommands
fn clone(&self) -> ResetBotCommands
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 ResetBotCommands
impl Debug for ResetBotCommands
Source§impl Identifiable for ResetBotCommands
impl Identifiable for ResetBotCommands
Source§const CONSTRUCTOR_ID: u32 = 0x3d8de0f9
const CONSTRUCTOR_ID: u32 = 0x3d8de0f9
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ResetBotCommands
impl PartialEq for ResetBotCommands
Source§impl RemoteCall for ResetBotCommands
impl RemoteCall for ResetBotCommands
Source§impl Serializable for ResetBotCommands
impl Serializable for ResetBotCommands
impl StructuralPartialEq for ResetBotCommands
Auto Trait Implementations§
impl Freeze for ResetBotCommands
impl RefUnwindSafe for ResetBotCommands
impl Send for ResetBotCommands
impl Sync for ResetBotCommands
impl Unpin for ResetBotCommands
impl UnsafeUnpin for ResetBotCommands
impl UnwindSafe for ResetBotCommands
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