Struct botx_api::bot::models::status_request::BotCommand
source · pub struct BotCommand {
pub description: String,
pub body: String,
pub name: String,
}Expand description
Команда бота
Fields§
§description: StringОписание команды
body: StringТело команды
name: StringИмя команды
Trait Implementations§
source§impl Clone for BotCommand
impl Clone for BotCommand
source§fn clone(&self) -> BotCommand
fn clone(&self) -> BotCommand
Returns a copy 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 BotCommand
impl Debug for BotCommand
Auto Trait Implementations§
impl RefUnwindSafe for BotCommand
impl Send for BotCommand
impl Sync for BotCommand
impl Unpin for BotCommand
impl UnwindSafe for BotCommand
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