pub struct Chatbot {
pub chatbot_corp_id: Option<String>,
pub chatbot_user_id: String,
pub robot_code: String,
}Fields§
§chatbot_corp_id: Option<String>§chatbot_user_id: String§robot_code: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Chatbot
impl<'de> Deserialize<'de> for Chatbot
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 Freeze for Chatbot
impl RefUnwindSafe for Chatbot
impl Send for Chatbot
impl Sync for Chatbot
impl Unpin for Chatbot
impl UnsafeUnpin for Chatbot
impl UnwindSafe for Chatbot
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