pub struct TextCopyEvent {
pub response: Option<String>,
}
Fields§
§response: Option<String>
Trait Implementations§
Source§impl Clone for TextCopyEvent
impl Clone for TextCopyEvent
Source§fn clone(&self) -> TextCopyEvent
fn clone(&self) -> TextCopyEvent
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 TextCopyEvent
impl Debug for TextCopyEvent
Source§impl PartialEq for TextCopyEvent
impl PartialEq for TextCopyEvent
impl StructuralPartialEq for TextCopyEvent
Auto Trait Implementations§
impl Freeze for TextCopyEvent
impl RefUnwindSafe for TextCopyEvent
impl Send for TextCopyEvent
impl Sync for TextCopyEvent
impl Unpin for TextCopyEvent
impl UnwindSafe for TextCopyEvent
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