pub struct SendRobotMessage {
pub media_type: Option<String>,
pub media_id: Option<String>,
pub created_at: Option<String>,
}
Expand description
表示机器人消息的通用响应
Fields§
§media_type: Option<String>
§media_id: Option<String>
§created_at: Option<String>
Trait Implementations§
Source§impl Debug for SendRobotMessage
impl Debug for SendRobotMessage
Source§impl<'de> Deserialize<'de> for SendRobotMessage
impl<'de> Deserialize<'de> for SendRobotMessage
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 SendRobotMessage
impl RefUnwindSafe for SendRobotMessage
impl Send for SendRobotMessage
impl Sync for SendRobotMessage
impl Unpin for SendRobotMessage
impl UnwindSafe for SendRobotMessage
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