pub struct MessageShowCmd {
pub content: String,
}Fields§
§content: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for MessageShowCmd
impl RefUnwindSafe for MessageShowCmd
impl Send for MessageShowCmd
impl Sync for MessageShowCmd
impl Unpin for MessageShowCmd
impl UnwindSafe for MessageShowCmd
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