pub struct SubDevice { /* private fields */ }
Expand description
SubDevice
is an external system.
If your device acts as a gateway, it might be useful to report sub-devices states.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SubDevice
impl<'de> Deserialize<'de> for SubDevice
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
impl Eq for SubDevice
impl StructuralPartialEq for SubDevice
Auto Trait Implementations§
impl Freeze for SubDevice
impl RefUnwindSafe for SubDevice
impl Send for SubDevice
impl Sync for SubDevice
impl Unpin for SubDevice
impl UnwindSafe for SubDevice
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