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