#[repr(transparent)]pub struct Molality {
pub value: f32,
}Fields§
§value: f32Implementations§
Trait Implementations§
Source§impl AddAssign for Molality
impl AddAssign for Molality
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl<'de, Context> BorrowDecode<'de, Context> for Molality
impl<'de, Context> BorrowDecode<'de, Context> for Molality
Source§fn borrow_decode<D: BorrowDecoder<'de, Context = Context>>(
decoder: &mut D,
) -> Result<Self, DecodeError>
fn borrow_decode<D: BorrowDecoder<'de, Context = Context>>( decoder: &mut D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
impl Copy for Molality
Source§impl DebugScalarType for Molality
impl DebugScalarType for Molality
Source§impl<'de> Deserialize<'de> for Molality
impl<'de> Deserialize<'de> for Molality
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 DivAssign<f32> for Molality
impl DivAssign<f32> for Molality
Source§fn div_assign(&mut self, rhs: f32)
fn div_assign(&mut self, rhs: f32)
Performs the
/= operation. Read moreSource§impl From<Quantity<dyn Dimension<J = Z0, L = Z0, N = PInt<UInt<UTerm, B1>>, I = Z0, T = Z0, Kind = dyn ConstituentConcentrationKind, Th = Z0, M = NInt<UInt<UTerm, B1>>>, dyn Units<f32, electric_current = ampere, length = meter, amount_of_substance = mole, time = second, mass = kilogram, thermodynamic_temperature = kelvin, luminous_intensity = candela>, f32>> for Molality
impl From<Quantity<dyn Dimension<J = Z0, L = Z0, N = PInt<UInt<UTerm, B1>>, I = Z0, T = Z0, Kind = dyn ConstituentConcentrationKind, Th = Z0, M = NInt<UInt<UTerm, B1>>>, dyn Units<f32, electric_current = ampere, length = meter, amount_of_substance = mole, time = second, mass = kilogram, thermodynamic_temperature = kelvin, luminous_intensity = candela>, f32>> for Molality
Source§impl MulAssign<f32> for Molality
impl MulAssign<f32> for Molality
Source§fn mul_assign(&mut self, rhs: f32)
fn mul_assign(&mut self, rhs: f32)
Performs the
*= operation. Read moreSource§impl PartialOrd for Molality
impl PartialOrd for Molality
impl StructuralPartialEq for Molality
Auto Trait Implementations§
impl Freeze for Molality
impl RefUnwindSafe for Molality
impl Send for Molality
impl Sync for Molality
impl Unpin for Molality
impl UnsafeUnpin for Molality
impl UnwindSafe for Molality
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