pub enum Airflow {
FrontToRear,
RearToFront,
Empty,
Null,
}Expand description
front-to-rear- Front to rear *rear-to-front- Rear to front
Variants§
Trait Implementations§
impl Copy for Airflow
Source§impl<'de> Deserialize<'de> for Airflow
impl<'de> Deserialize<'de> for Airflow
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 Airflow
Source§impl Ord for Airflow
impl Ord for Airflow
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Airflow
impl PartialOrd for Airflow
impl StructuralPartialEq for Airflow
Auto Trait Implementations§
impl Freeze for Airflow
impl RefUnwindSafe for Airflow
impl Send for Airflow
impl Sync for Airflow
impl Unpin for Airflow
impl UnsafeUnpin for Airflow
impl UnwindSafe for Airflow
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