pub struct ScenarioPointConfig {
pub id: String,
pub data_type: String,
pub initial_value: Value,
pub pattern: Option<String>,
}Fields§
§id: String§data_type: String§initial_value: Value§pattern: Option<String>Trait Implementations§
Source§impl Clone for ScenarioPointConfig
impl Clone for ScenarioPointConfig
Source§fn clone(&self) -> ScenarioPointConfig
fn clone(&self) -> ScenarioPointConfig
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 ScenarioPointConfig
impl Debug for ScenarioPointConfig
Source§impl<'de> Deserialize<'de> for ScenarioPointConfig
impl<'de> Deserialize<'de> for ScenarioPointConfig
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 ScenarioPointConfig
impl RefUnwindSafe for ScenarioPointConfig
impl Send for ScenarioPointConfig
impl Sync for ScenarioPointConfig
impl Unpin for ScenarioPointConfig
impl UnwindSafe for ScenarioPointConfig
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