pub struct PasteEvent {
pub data: String,
}
Fields§
§data: String
Trait Implementations§
Source§impl Clone for PasteEvent
impl Clone for PasteEvent
Source§fn clone(&self) -> PasteEvent
fn clone(&self) -> PasteEvent
Returns a copy 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 moreSource§impl Debug for PasteEvent
impl Debug for PasteEvent
Source§impl From<PasteEvent> for Event
impl From<PasteEvent> for Event
Source§fn from(event: PasteEvent) -> Self
fn from(event: PasteEvent) -> Self
Converts to this type from the input type.
Source§impl From<PasteEvent> for InternalEvent
impl From<PasteEvent> for InternalEvent
Source§fn from(event: PasteEvent) -> Self
fn from(event: PasteEvent) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PasteEvent
impl PartialEq for PasteEvent
impl Eq for PasteEvent
impl StructuralPartialEq for PasteEvent
Auto Trait Implementations§
impl Freeze for PasteEvent
impl RefUnwindSafe for PasteEvent
impl Send for PasteEvent
impl Sync for PasteEvent
impl Unpin 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