pub struct XrayTransitionRecord {
pub element: String,
pub iupac_symbol: String,
pub siegbahn_symbol: String,
pub initial_level: String,
pub final_level: String,
pub emission_energy: f64,
pub intensity: f64,
}Fields§
§element: String§iupac_symbol: String§siegbahn_symbol: String§initial_level: String§final_level: String§emission_energy: f64§intensity: f64Trait Implementations§
Source§impl Debug for XrayTransitionRecord
impl Debug for XrayTransitionRecord
Source§impl<'de> Deserialize<'de> for XrayTransitionRecord
impl<'de> Deserialize<'de> for XrayTransitionRecord
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 XrayTransitionRecord
impl RefUnwindSafe for XrayTransitionRecord
impl Send for XrayTransitionRecord
impl Sync for XrayTransitionRecord
impl Unpin for XrayTransitionRecord
impl UnsafeUnpin for XrayTransitionRecord
impl UnwindSafe for XrayTransitionRecord
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