pub struct YearEndIntensityDrift {
pub intensity_increase_per_year: f64,
}Expand description
Year-end intensity drift configuration.
Fields§
§intensity_increase_per_year: f64Intensity increase per year.
Trait Implementations§
Source§impl Clone for YearEndIntensityDrift
impl Clone for YearEndIntensityDrift
Source§fn clone(&self) -> YearEndIntensityDrift
fn clone(&self) -> YearEndIntensityDrift
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for YearEndIntensityDrift
impl Debug for YearEndIntensityDrift
Source§impl Default for YearEndIntensityDrift
impl Default for YearEndIntensityDrift
Source§impl<'de> Deserialize<'de> for YearEndIntensityDrift
impl<'de> Deserialize<'de> for YearEndIntensityDrift
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 YearEndIntensityDrift
impl RefUnwindSafe for YearEndIntensityDrift
impl Send for YearEndIntensityDrift
impl Sync for YearEndIntensityDrift
impl Unpin for YearEndIntensityDrift
impl UnwindSafe for YearEndIntensityDrift
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