Struct chemistru_elements::raw::StateData
source · pub struct StateData {
pub boiling_point: Option<f64>,
pub melting_point: Option<f64>,
}Fields§
§boiling_point: Option<f64>§melting_point: Option<f64>Trait Implementations§
source§impl PartialEq for StateData
impl PartialEq for StateData
source§impl PartialOrd for StateData
impl PartialOrd for StateData
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for StateData
impl StructuralPartialEq for StateData
Auto Trait Implementations§
impl RefUnwindSafe for StateData
impl Send for StateData
impl Sync for StateData
impl Unpin for StateData
impl UnwindSafe for StateData
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