pub enum DisplayUpdateType {
vnc,
}
Variants§
vnc
Trait Implementations§
Source§impl Clone for DisplayUpdateType
impl Clone for DisplayUpdateType
Source§fn clone(&self) -> DisplayUpdateType
fn clone(&self) -> DisplayUpdateType
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 Debug for DisplayUpdateType
impl Debug for DisplayUpdateType
Source§impl<'de> Deserialize<'de> for DisplayUpdateType
impl<'de> Deserialize<'de> for DisplayUpdateType
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 Enum for DisplayUpdateType
impl Enum for DisplayUpdateType
Source§impl FromStr for DisplayUpdateType
impl FromStr for DisplayUpdateType
Source§impl Hash for DisplayUpdateType
impl Hash for DisplayUpdateType
Source§impl Ord for DisplayUpdateType
impl Ord for DisplayUpdateType
Source§fn cmp(&self, other: &DisplayUpdateType) -> Ordering
fn cmp(&self, other: &DisplayUpdateType) -> 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 DisplayUpdateType
impl PartialEq for DisplayUpdateType
Source§impl PartialOrd for DisplayUpdateType
impl PartialOrd for DisplayUpdateType
Source§impl Serialize for DisplayUpdateType
impl Serialize for DisplayUpdateType
impl Copy for DisplayUpdateType
impl Eq for DisplayUpdateType
impl StructuralPartialEq for DisplayUpdateType
Auto Trait Implementations§
impl Freeze for DisplayUpdateType
impl RefUnwindSafe for DisplayUpdateType
impl Send for DisplayUpdateType
impl Sync for DisplayUpdateType
impl Unpin for DisplayUpdateType
impl UnwindSafe for DisplayUpdateType
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