pub struct UploadPrivateFileResponse {
pub file_id: String,
}Expand description
上传私聊文件的响应数据。
Fields§
§file_id: String文件ID。
Trait Implementations§
Source§impl Debug for UploadPrivateFileResponse
impl Debug for UploadPrivateFileResponse
Source§impl<'de> Deserialize<'de> for UploadPrivateFileResponse
impl<'de> Deserialize<'de> for UploadPrivateFileResponse
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 UploadPrivateFileResponse
impl RefUnwindSafe for UploadPrivateFileResponse
impl Send for UploadPrivateFileResponse
impl Sync for UploadPrivateFileResponse
impl Unpin for UploadPrivateFileResponse
impl UnsafeUnpin for UploadPrivateFileResponse
impl UnwindSafe for UploadPrivateFileResponse
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