pub enum ClipboardType {
Clipboard,
Selection,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClipboardType
impl RefUnwindSafe for ClipboardType
impl Send for ClipboardType
impl Sync for ClipboardType
impl Unpin for ClipboardType
impl UnwindSafe for ClipboardType
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