pub enum Supply {
Ac,
Dc,
}Expand description
ac- AC *dc- DC
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Supply
impl<'de> Deserialize<'de> for Supply
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 Ord for Supply
impl Ord for Supply
Source§impl PartialOrd for Supply
impl PartialOrd for Supply
impl Copy for Supply
impl Eq for Supply
impl StructuralPartialEq for Supply
Auto Trait Implementations§
impl Freeze for Supply
impl RefUnwindSafe for Supply
impl Send for Supply
impl Sync for Supply
impl Unpin for Supply
impl UnwindSafe for Supply
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