pub struct Get<'clipboard> { /* private fields */ }
Expand description
A builder for an operation that gets a value from the clipboard.
Implementations§
Trait Implementations§
Source§impl GetExtLinux for Get<'_>
impl GetExtLinux for Get<'_>
Source§fn clipboard(self, selection: LinuxClipboardKind) -> Self
fn clipboard(self, selection: LinuxClipboardKind) -> Self
Sets the clipboard the operation will retrieve data from. Read more
Auto Trait Implementations§
impl<'clipboard> Freeze for Get<'clipboard>
impl<'clipboard> !RefUnwindSafe for Get<'clipboard>
impl<'clipboard> Send for Get<'clipboard>
impl<'clipboard> Sync for Get<'clipboard>
impl<'clipboard> Unpin for Get<'clipboard>
impl<'clipboard> !UnwindSafe for Get<'clipboard>
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