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