Enum lib_gistit::errors::clipboard::ClipboardError [−][src]
pub enum ClipboardError {
UnknownPlatform,
MissingX11ClipboardBin,
MissingWaylandClipboardBin,
MissingTtyClipboardBin,
MissingDisplayEnvSsh,
BinExecution(IoError),
}
Variants
UnknownPlatform
Unsupported platform. android, ios…
MissingX11ClipboardBin
Program binaries ‘xclip’ and ‘xsel’ not present
MissingWaylandClipboardBin
Program binary ‘wl-copy’ not present
MissingTtyClipboardBin
Program binary ‘xauth’ not present
MissingDisplayEnvSsh
Environment variable ‘DISPLAY’ is not set
BinExecution(IoError)
Tuple Fields
0: IoError
Program binary crashed during execution
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ClipboardError
impl Send for ClipboardError
impl Sync for ClipboardError
impl Unpin for ClipboardError
impl UnwindSafe for ClipboardError
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