pub struct PhotoabsorptionRecord {
pub element: String,
pub log_energy: Vec<f64>,
pub log_photoabsorption: Vec<f64>,
pub log_photoabsorption_spline: Vec<f64>,
}Fields§
§element: String§log_energy: Vec<f64>§log_photoabsorption: Vec<f64>§log_photoabsorption_spline: Vec<f64>Trait Implementations§
Source§impl Debug for PhotoabsorptionRecord
impl Debug for PhotoabsorptionRecord
Source§impl<'de> Deserialize<'de> for PhotoabsorptionRecord
impl<'de> Deserialize<'de> for PhotoabsorptionRecord
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 PhotoabsorptionRecord
impl RefUnwindSafe for PhotoabsorptionRecord
impl Send for PhotoabsorptionRecord
impl Sync for PhotoabsorptionRecord
impl Unpin for PhotoabsorptionRecord
impl UnsafeUnpin for PhotoabsorptionRecord
impl UnwindSafe for PhotoabsorptionRecord
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