pub struct MessageText { /* private fields */ }Expand description
文本 text
Implementations§
source§impl MessageText
impl MessageText
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MessageText
impl RefUnwindSafe for MessageText
impl Send for MessageText
impl Sync for MessageText
impl Unpin for MessageText
impl UnwindSafe for MessageText
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