pub struct GreatDelugeConfig {
pub water_level_increase_ratio: Option<f64>,
}Expand description
Great deluge configuration.
Fields§
§water_level_increase_ratio: Option<f64>Water level increase ratio.
Trait Implementations§
Source§impl Clone for GreatDelugeConfig
impl Clone for GreatDelugeConfig
Source§fn clone(&self) -> GreatDelugeConfig
fn clone(&self) -> GreatDelugeConfig
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 GreatDelugeConfig
impl Debug for GreatDelugeConfig
Source§impl Default for GreatDelugeConfig
impl Default for GreatDelugeConfig
Source§fn default() -> GreatDelugeConfig
fn default() -> GreatDelugeConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GreatDelugeConfig
impl<'de> Deserialize<'de> for GreatDelugeConfig
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 GreatDelugeConfig
impl RefUnwindSafe for GreatDelugeConfig
impl Send for GreatDelugeConfig
impl Sync for GreatDelugeConfig
impl Unpin for GreatDelugeConfig
impl UnwindSafe for GreatDelugeConfig
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