pub struct FileMessage {
pub media_id: String,
}
Expand description
文件消息
Fields§
§media_id: String
Trait Implementations§
Source§impl Debug for FileMessage
impl Debug for FileMessage
Auto Trait Implementations§
impl Freeze for FileMessage
impl RefUnwindSafe for FileMessage
impl Send for FileMessage
impl Sync for FileMessage
impl Unpin for FileMessage
impl UnwindSafe for FileMessage
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