pub struct PasteMsg {
pub content: String,
}Expand description
PasteMsg is a message that is emitted when a terminal receives pasted text using bracketed-paste.
Fields§
§content: StringPasted string content.
Trait Implementations§
impl Eq for PasteMsg
impl StructuralPartialEq for PasteMsg
Auto Trait Implementations§
impl Freeze for PasteMsg
impl RefUnwindSafe for PasteMsg
impl Send for PasteMsg
impl Sync for PasteMsg
impl Unpin for PasteMsg
impl UnsafeUnpin for PasteMsg
impl UnwindSafe for PasteMsg
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