pub enum ManagedAppClipboardSharingLevel {
Blocked,
ManagedApps,
ManagedAppsWithPasteIn,
AllApps,
}
Variants§
Trait Implementations§
Source§impl Clone for ManagedAppClipboardSharingLevel
impl Clone for ManagedAppClipboardSharingLevel
Source§fn clone(&self) -> ManagedAppClipboardSharingLevel
fn clone(&self) -> ManagedAppClipboardSharingLevel
Returns a duplicate 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<'de> Deserialize<'de> for ManagedAppClipboardSharingLevel
impl<'de> Deserialize<'de> for ManagedAppClipboardSharingLevel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for ManagedAppClipboardSharingLevel
impl Ord for ManagedAppClipboardSharingLevel
Source§fn cmp(&self, other: &ManagedAppClipboardSharingLevel) -> Ordering
fn cmp(&self, other: &ManagedAppClipboardSharingLevel) -> Ordering
1.21.0 · 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 ManagedAppClipboardSharingLevel
impl PartialEq for ManagedAppClipboardSharingLevel
Source§fn eq(&self, other: &ManagedAppClipboardSharingLevel) -> bool
fn eq(&self, other: &ManagedAppClipboardSharingLevel) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for ManagedAppClipboardSharingLevel
impl PartialOrd for ManagedAppClipboardSharingLevel
impl Eq for ManagedAppClipboardSharingLevel
impl StructuralPartialEq for ManagedAppClipboardSharingLevel
Auto Trait Implementations§
impl Freeze for ManagedAppClipboardSharingLevel
impl RefUnwindSafe for ManagedAppClipboardSharingLevel
impl Send for ManagedAppClipboardSharingLevel
impl Sync for ManagedAppClipboardSharingLevel
impl Unpin for ManagedAppClipboardSharingLevel
impl UnwindSafe for ManagedAppClipboardSharingLevel
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