Struct lib_gistit::clipboard::EscapeSeqClipboard [−][src]
pub struct EscapeSeqClipboard { /* fields omitted */ }
Expand description
The clipboard that attempts OSC52 escape sequence approach
Trait Implementations
Attempt to set the contents into the system clipboard Read more
Auto Trait Implementations
impl RefUnwindSafe for EscapeSeqClipboard
impl Send for EscapeSeqClipboard
impl Sync for EscapeSeqClipboard
impl Unpin for EscapeSeqClipboard
impl UnwindSafe for EscapeSeqClipboard
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more