pub struct DeviceAirflow {
pub value: Option<Value>,
pub label: Option<Label>,
}Fields§
§value: Option<Value>front-to-rear- Front to rear *rear-to-front- Rear to front *left-to-right- Left to right *right-to-left- Right to left *side-to-rear- Side to rear *rear-to-side- Rear to side *bottom-to-top- Bottom to top *top-to-bottom- Top to bottom *passive- Passive *mixed- Mixed
label: Option<Label>Implementations§
Source§impl DeviceAirflow
impl DeviceAirflow
pub fn new() -> DeviceAirflow
Trait Implementations§
Source§impl Clone for DeviceAirflow
impl Clone for DeviceAirflow
Source§fn clone(&self) -> DeviceAirflow
fn clone(&self) -> DeviceAirflow
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 Debug for DeviceAirflow
impl Debug for DeviceAirflow
Source§impl Default for DeviceAirflow
impl Default for DeviceAirflow
Source§fn default() -> DeviceAirflow
fn default() -> DeviceAirflow
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeviceAirflow
impl<'de> Deserialize<'de> for DeviceAirflow
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 DeviceAirflow
impl PartialEq for DeviceAirflow
Source§impl Serialize for DeviceAirflow
impl Serialize for DeviceAirflow
impl StructuralPartialEq for DeviceAirflow
Auto Trait Implementations§
impl Freeze for DeviceAirflow
impl RefUnwindSafe for DeviceAirflow
impl Send for DeviceAirflow
impl Sync for DeviceAirflow
impl Unpin for DeviceAirflow
impl UnwindSafe for DeviceAirflow
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