Struct botx_api::bot::models::status_request::StatusResponseResult
source · pub struct StatusResponseResult {
pub enabled: bool,
pub status_message: Option<String>,
pub commands: Vec<BotCommand>,
}Fields§
§enabled: boolБот включен/выключен
status_message: Option<String>Текущий статус бота
commands: Vec<BotCommand>Список команд бота
Trait Implementations§
source§impl Clone for StatusResponseResult
impl Clone for StatusResponseResult
source§fn clone(&self) -> StatusResponseResult
fn clone(&self) -> StatusResponseResult
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 StatusResponseResult
impl Debug for StatusResponseResult
Auto Trait Implementations§
impl RefUnwindSafe for StatusResponseResult
impl Send for StatusResponseResult
impl Sync for StatusResponseResult
impl Unpin for StatusResponseResult
impl UnwindSafe for StatusResponseResult
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