pub struct ReplyData {
pub id: String,
}Fields§
§id: String§说明
回复时引用的消息 ID
Trait Implementations§
Source§impl SendSegmentData for ReplyData
impl SendSegmentData for ReplyData
fn into_send_segment(self) -> SendSegment
Auto Trait Implementations§
impl Freeze for ReplyData
impl RefUnwindSafe for ReplyData
impl Send for ReplyData
impl Sync for ReplyData
impl Unpin for ReplyData
impl UnsafeUnpin for ReplyData
impl UnwindSafe for ReplyData
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