pub struct ClipboardContextX11Options {
pub read_timeout: Option<Duration>,
}
Fields§
§read_timeout: Option<Duration>
Auto Trait Implementations§
impl Freeze for ClipboardContextX11Options
impl RefUnwindSafe for ClipboardContextX11Options
impl Send for ClipboardContextX11Options
impl Sync for ClipboardContextX11Options
impl Unpin for ClipboardContextX11Options
impl UnwindSafe for ClipboardContextX11Options
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