pub struct TextData {
pub text: String,
}Fields§
§text: String§说明
纯文本内容
Trait Implementations§
Source§impl SendSegmentData for TextData
impl SendSegmentData for TextData
fn into_send_segment(self) -> SendSegment
Auto Trait Implementations§
impl Freeze for TextData
impl RefUnwindSafe for TextData
impl Send for TextData
impl Sync for TextData
impl Unpin for TextData
impl UnsafeUnpin for TextData
impl UnwindSafe for TextData
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