pub struct PasteStartMsg;Expand description
PasteStartMsg is a message that is emitted when the terminal starts the bracketed-paste text.
Trait Implementations§
Source§impl Clone for PasteStartMsg
impl Clone for PasteStartMsg
Source§fn clone(&self) -> PasteStartMsg
fn clone(&self) -> PasteStartMsg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PasteStartMsg
Source§impl Debug for PasteStartMsg
impl Debug for PasteStartMsg
impl Eq for PasteStartMsg
Source§impl PartialEq for PasteStartMsg
impl PartialEq for PasteStartMsg
impl StructuralPartialEq for PasteStartMsg
Auto Trait Implementations§
impl Freeze for PasteStartMsg
impl RefUnwindSafe for PasteStartMsg
impl Send for PasteStartMsg
impl Sync for PasteStartMsg
impl Unpin for PasteStartMsg
impl UnsafeUnpin for PasteStartMsg
impl UnwindSafe for PasteStartMsg
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