[][src]Struct copypasta::x11_clipboard::X11ClipboardContext

pub struct X11ClipboardContext<S = Clipboard>(_, _)
where
    S: Selection
;

Methods

impl<S> X11ClipboardContext<S> where
    S: Selection
[src]

Trait Implementations

impl<S> ClipboardProvider for X11ClipboardContext<S> where
    S: Selection
[src]

Auto Trait Implementations

impl<S = Clipboard> !RefUnwindSafe for X11ClipboardContext<S>

impl<S> Send for X11ClipboardContext<S>

impl<S = Clipboard> !Sync for X11ClipboardContext<S>

impl<S> Unpin for X11ClipboardContext<S> where
    S: Unpin

impl<S = Clipboard> !UnwindSafe for X11ClipboardContext<S>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.