pub enum UnitsPower {
Show 21 variants
YW,
ZW,
EW,
PW,
TW,
GW,
MW,
kW,
hW,
daW,
W,
dW,
cW,
mW,
uW,
nW,
pW,
fW,
aW,
zW,
yW,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UnitsPower
impl Clone for UnitsPower
Source§fn clone(&self) -> UnitsPower
fn clone(&self) -> UnitsPower
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 Convert for UnitsPower
impl Convert for UnitsPower
Source§impl Debug for UnitsPower
impl Debug for UnitsPower
Source§impl<'de> Deserialize<'de> for UnitsPower
impl<'de> Deserialize<'de> for UnitsPower
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 FromStr for UnitsPower
impl FromStr for UnitsPower
Source§impl PartialEq for UnitsPower
impl PartialEq for UnitsPower
Source§impl Serialize for UnitsPower
impl Serialize for UnitsPower
impl StructuralPartialEq for UnitsPower
Auto Trait Implementations§
impl Freeze for UnitsPower
impl RefUnwindSafe for UnitsPower
impl Send for UnitsPower
impl Sync for UnitsPower
impl Unpin for UnitsPower
impl UnwindSafe for UnitsPower
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