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