Struct chemistru_elements::data::state::StateData
source · pub struct StateData {
pub boiling_point: f64,
pub melting_point: f64,
}Fields§
§boiling_point: f64Boiling point in kelvin
melting_point: f64Melting point in kelvin
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 moresource§impl ToTokens for StateData
impl ToTokens for StateData
source§fn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere Self: Sized,
impl 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