pub enum ClipboardChannelOperation {
Copy,
Paste,
}Variants§
Trait Implementations§
Source§impl Clone for ClipboardChannelOperation
impl Clone for ClipboardChannelOperation
Source§fn clone(&self) -> ClipboardChannelOperation
fn clone(&self) -> ClipboardChannelOperation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClipboardChannelOperation
impl Eq for ClipboardChannelOperation
Source§impl Ord for ClipboardChannelOperation
impl Ord for ClipboardChannelOperation
Source§fn cmp(&self, other: &ClipboardChannelOperation) -> Ordering
fn cmp(&self, other: &ClipboardChannelOperation) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ClipboardChannelOperation
impl PartialEq for ClipboardChannelOperation
Source§fn eq(&self, other: &ClipboardChannelOperation) -> bool
fn eq(&self, other: &ClipboardChannelOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ClipboardChannelOperation
impl PartialOrd for ClipboardChannelOperation
impl StructuralPartialEq for ClipboardChannelOperation
Auto Trait Implementations§
impl Freeze for ClipboardChannelOperation
impl RefUnwindSafe for ClipboardChannelOperation
impl Send for ClipboardChannelOperation
impl Sync for ClipboardChannelOperation
impl Unpin for ClipboardChannelOperation
impl UnsafeUnpin for ClipboardChannelOperation
impl UnwindSafe for ClipboardChannelOperation
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