pub struct RawMsg(pub String);Expand description
RawMsg contains raw data to send to terminal.
Tuple Fields§
§0: StringTrait Implementations§
impl Eq for RawMsg
impl StructuralPartialEq for RawMsg
Auto Trait Implementations§
impl Freeze for RawMsg
impl RefUnwindSafe for RawMsg
impl Send for RawMsg
impl Sync for RawMsg
impl Unpin for RawMsg
impl UnsafeUnpin for RawMsg
impl UnwindSafe for RawMsg
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