Struct botx_api::bot::models::status_request::StatusRequest
source · pub struct StatusRequest {
pub bot_id: Uuid,
pub user_huid: Uuid,
pub ad_login: Option<String>,
pub ad_domain: Option<String>,
pub is_admin: Option<bool>,
pub chat_type: Option<ChatType>,
}Fields§
§bot_id: Uuid§user_huid: Uuid§ad_login: Option<String>§ad_domain: Option<String>§is_admin: Option<bool>§chat_type: Option<ChatType>Trait Implementations§
source§impl Debug for StatusRequest
impl Debug for StatusRequest
source§impl<'de> Deserialize<'de> for StatusRequest
impl<'de> Deserialize<'de> for StatusRequest
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for StatusRequest
impl Send for StatusRequest
impl Sync for StatusRequest
impl Unpin for StatusRequest
impl UnwindSafe for StatusRequest
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