pub struct DeviceSensors { /* private fields */ }
Trait Implementations§
Source§impl Debug for DeviceSensors
impl Debug for DeviceSensors
Source§impl Default for DeviceSensors
impl Default for DeviceSensors
Source§fn default() -> DeviceSensors
fn default() -> DeviceSensors
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeviceSensors
impl<'de> Deserialize<'de> for DeviceSensors
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 Display for DeviceSensors
impl Display for DeviceSensors
Auto Trait Implementations§
impl Freeze for DeviceSensors
impl RefUnwindSafe for DeviceSensors
impl Send for DeviceSensors
impl Sync for DeviceSensors
impl Unpin for DeviceSensors
impl UnwindSafe for DeviceSensors
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