pub struct ElementRecord {
pub atomic_number: u16,
pub symbol: String,
pub name: String,
pub molar_mass: f64,
pub density: f64,
}Fields§
§atomic_number: u16§symbol: String§name: String§molar_mass: f64§density: f64Trait Implementations§
Source§impl Debug for ElementRecord
impl Debug for ElementRecord
Source§impl<'de> Deserialize<'de> for ElementRecord
impl<'de> Deserialize<'de> for ElementRecord
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
Auto Trait Implementations§
impl Freeze for ElementRecord
impl RefUnwindSafe for ElementRecord
impl Send for ElementRecord
impl Sync for ElementRecord
impl Unpin for ElementRecord
impl UnsafeUnpin for ElementRecord
impl UnwindSafe for ElementRecord
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