pub struct PasteEndMsg;Expand description
PasteEndMsg is a message that is emitted when the terminal ends the bracketed-paste text.
Trait Implementations§
Source§impl Clone for PasteEndMsg
impl Clone for PasteEndMsg
Source§fn clone(&self) -> PasteEndMsg
fn clone(&self) -> PasteEndMsg
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 PasteEndMsg
Source§impl Debug for PasteEndMsg
impl Debug for PasteEndMsg
impl Eq for PasteEndMsg
Source§impl PartialEq for PasteEndMsg
impl PartialEq for PasteEndMsg
impl StructuralPartialEq for PasteEndMsg
Auto Trait Implementations§
impl Freeze for PasteEndMsg
impl RefUnwindSafe for PasteEndMsg
impl Send for PasteEndMsg
impl Sync for PasteEndMsg
impl Unpin for PasteEndMsg
impl UnsafeUnpin for PasteEndMsg
impl UnwindSafe for PasteEndMsg
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