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