#[repr(u8)]pub enum ACRefrigerantType {
Unknown = 0,
R22 = 1,
R410a = 2,
R407c = 3,
}Variants§
Unknown = 0
Unknown Refrigerant Type
R22 = 1
R22 Refrigerant
R410a = 2
R410a Refrigerant
R407c = 3
R407c Refrigerant
Implementations§
Trait Implementations§
Source§impl Clone for ACRefrigerantType
impl Clone for ACRefrigerantType
Source§fn clone(&self) -> ACRefrigerantType
fn clone(&self) -> ACRefrigerantType
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 ACRefrigerantType
impl Debug for ACRefrigerantType
Source§impl<'de> Deserialize<'de> for ACRefrigerantType
impl<'de> Deserialize<'de> for ACRefrigerantType
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 From<ACRefrigerantType> for u8
impl From<ACRefrigerantType> for u8
Source§fn from(val: ACRefrigerantType) -> Self
fn from(val: ACRefrigerantType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ACRefrigerantType
impl PartialEq for ACRefrigerantType
Source§impl Serialize for ACRefrigerantType
impl Serialize for ACRefrigerantType
impl Copy for ACRefrigerantType
impl Eq for ACRefrigerantType
impl StructuralPartialEq for ACRefrigerantType
Auto Trait Implementations§
impl Freeze for ACRefrigerantType
impl RefUnwindSafe for ACRefrigerantType
impl Send for ACRefrigerantType
impl Sync for ACRefrigerantType
impl Unpin for ACRefrigerantType
impl UnwindSafe for ACRefrigerantType
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