pub struct SetDeviceMetricsOverrideResult {}Trait Implementations§
Source§impl Clone for SetDeviceMetricsOverrideResult
impl Clone for SetDeviceMetricsOverrideResult
Source§fn clone(&self) -> SetDeviceMetricsOverrideResult
fn clone(&self) -> SetDeviceMetricsOverrideResult
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 Default for SetDeviceMetricsOverrideResult
impl Default for SetDeviceMetricsOverrideResult
Source§fn default() -> SetDeviceMetricsOverrideResult
fn default() -> SetDeviceMetricsOverrideResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetDeviceMetricsOverrideResult
impl<'de> Deserialize<'de> for SetDeviceMetricsOverrideResult
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 SetDeviceMetricsOverrideResult
impl PartialEq for SetDeviceMetricsOverrideResult
Source§fn eq(&self, other: &SetDeviceMetricsOverrideResult) -> bool
fn eq(&self, other: &SetDeviceMetricsOverrideResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetDeviceMetricsOverrideResult
Auto Trait Implementations§
impl Freeze for SetDeviceMetricsOverrideResult
impl RefUnwindSafe for SetDeviceMetricsOverrideResult
impl Send for SetDeviceMetricsOverrideResult
impl Sync for SetDeviceMetricsOverrideResult
impl Unpin for SetDeviceMetricsOverrideResult
impl UnsafeUnpin for SetDeviceMetricsOverrideResult
impl UnwindSafe for SetDeviceMetricsOverrideResult
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