#[repr(u8)]pub enum ACCapacityFormat {
Btuh = 0,
}Variants§
Btuh = 0
British Thermal Unit per Hour
Implementations§
Trait Implementations§
Source§impl Clone for ACCapacityFormat
impl Clone for ACCapacityFormat
Source§fn clone(&self) -> ACCapacityFormat
fn clone(&self) -> ACCapacityFormat
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 ACCapacityFormat
impl Debug for ACCapacityFormat
Source§impl<'de> Deserialize<'de> for ACCapacityFormat
impl<'de> Deserialize<'de> for ACCapacityFormat
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<ACCapacityFormat> for u8
impl From<ACCapacityFormat> for u8
Source§fn from(val: ACCapacityFormat) -> Self
fn from(val: ACCapacityFormat) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ACCapacityFormat
impl PartialEq for ACCapacityFormat
Source§impl Serialize for ACCapacityFormat
impl Serialize for ACCapacityFormat
impl Copy for ACCapacityFormat
impl Eq for ACCapacityFormat
impl StructuralPartialEq for ACCapacityFormat
Auto Trait Implementations§
impl Freeze for ACCapacityFormat
impl RefUnwindSafe for ACCapacityFormat
impl Send for ACCapacityFormat
impl Sync for ACCapacityFormat
impl Unpin for ACCapacityFormat
impl UnwindSafe for ACCapacityFormat
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