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