pub struct PasteEvent {}Expand description
Paste event for ink terminal events
Trait Implementations§
Source§impl Clone for PasteEvent
impl Clone for PasteEvent
Source§fn clone(&self) -> PasteEvent
fn clone(&self) -> PasteEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PasteEvent
impl RefUnwindSafe for PasteEvent
impl Send for PasteEvent
impl Sync for PasteEvent
impl Unpin for PasteEvent
impl UnsafeUnpin for PasteEvent
impl UnwindSafe for PasteEvent
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