pub enum SupportSurface {
Widget,
Portal,
Extension,
Api,
Mobile,
}Variants§
Trait Implementations§
Source§impl Clone for SupportSurface
impl Clone for SupportSurface
Source§fn clone(&self) -> SupportSurface
fn clone(&self) -> SupportSurface
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 SupportSurface
Source§impl Debug for SupportSurface
impl Debug for SupportSurface
Source§impl<'de> Deserialize<'de> for SupportSurface
impl<'de> Deserialize<'de> for SupportSurface
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
impl Eq for SupportSurface
Source§impl Ord for SupportSurface
impl Ord for SupportSurface
Source§fn cmp(&self, other: &SupportSurface) -> Ordering
fn cmp(&self, other: &SupportSurface) -> 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 SupportSurface
impl PartialEq for SupportSurface
Source§impl PartialOrd for SupportSurface
impl PartialOrd for SupportSurface
Source§impl Serialize for SupportSurface
impl Serialize for SupportSurface
impl StructuralPartialEq for SupportSurface
Auto Trait Implementations§
impl Freeze for SupportSurface
impl RefUnwindSafe for SupportSurface
impl Send for SupportSurface
impl Sync for SupportSurface
impl Unpin for SupportSurface
impl UnsafeUnpin for SupportSurface
impl UnwindSafe for SupportSurface
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.