pub struct SetClipboardMsg(pub String);Expand description
SetClipboardMsg is an internal message used to set the system clipboard using OSC52.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for SetClipboardMsg
impl Clone for SetClipboardMsg
Source§fn clone(&self) -> SetClipboardMsg
fn clone(&self) -> SetClipboardMsg
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 moreSource§impl Debug for SetClipboardMsg
impl Debug for SetClipboardMsg
impl Eq for SetClipboardMsg
Source§impl PartialEq for SetClipboardMsg
impl PartialEq for SetClipboardMsg
impl StructuralPartialEq for SetClipboardMsg
Auto Trait Implementations§
impl Freeze for SetClipboardMsg
impl RefUnwindSafe for SetClipboardMsg
impl Send for SetClipboardMsg
impl Sync for SetClipboardMsg
impl Unpin for SetClipboardMsg
impl UnsafeUnpin for SetClipboardMsg
impl UnwindSafe for SetClipboardMsg
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