pub enum ClipboardContentType {
PlainText,
Image,
URL,
}
Variants§
Trait Implementations§
source§impl Clone for ClipboardContentType
impl Clone for ClipboardContentType
source§fn clone(&self) -> ClipboardContentType
fn clone(&self) -> ClipboardContentType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ClipboardContentType
impl Debug for ClipboardContentType
source§impl PartialEq for ClipboardContentType
impl PartialEq for ClipboardContentType
source§fn eq(&self, other: &ClipboardContentType) -> bool
fn eq(&self, other: &ClipboardContentType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ClipboardContentType
impl Serialize for ClipboardContentType
impl Copy for ClipboardContentType
impl Eq for ClipboardContentType
impl StructuralEq for ClipboardContentType
impl StructuralPartialEq for ClipboardContentType
Auto Trait Implementations§
impl RefUnwindSafe for ClipboardContentType
impl Send for ClipboardContentType
impl Sync for ClipboardContentType
impl Unpin for ClipboardContentType
impl UnwindSafe for ClipboardContentType
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