pub enum SetDisplayFeaturesOverrideMethod {
SetDisplayFeaturesOverride,
}Variants§
SetDisplayFeaturesOverride
Trait Implementations§
Source§impl Clone for SetDisplayFeaturesOverrideMethod
impl Clone for SetDisplayFeaturesOverrideMethod
Source§fn clone(&self) -> SetDisplayFeaturesOverrideMethod
fn clone(&self) -> SetDisplayFeaturesOverrideMethod
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 SetDisplayFeaturesOverrideMethod
impl<'de> Deserialize<'de> for SetDisplayFeaturesOverrideMethod
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 PartialEq for SetDisplayFeaturesOverrideMethod
impl PartialEq for SetDisplayFeaturesOverrideMethod
Source§fn eq(&self, other: &SetDisplayFeaturesOverrideMethod) -> bool
fn eq(&self, other: &SetDisplayFeaturesOverrideMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetDisplayFeaturesOverrideMethod
Auto Trait Implementations§
impl Freeze for SetDisplayFeaturesOverrideMethod
impl RefUnwindSafe for SetDisplayFeaturesOverrideMethod
impl Send for SetDisplayFeaturesOverrideMethod
impl Sync for SetDisplayFeaturesOverrideMethod
impl Unpin for SetDisplayFeaturesOverrideMethod
impl UnsafeUnpin for SetDisplayFeaturesOverrideMethod
impl UnwindSafe for SetDisplayFeaturesOverrideMethod
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