pub struct SimulationMeta {
pub name: String,
pub description: String,
pub version: String,
}Expand description
Simulation metadata.
Fields§
§name: StringSimulation name.
description: StringDescription.
version: StringVersion.
Trait Implementations§
Source§impl Clone for SimulationMeta
impl Clone for SimulationMeta
Source§fn clone(&self) -> SimulationMeta
fn clone(&self) -> SimulationMeta
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 SimulationMeta
impl Debug for SimulationMeta
Source§impl Default for SimulationMeta
impl Default for SimulationMeta
Source§fn default() -> SimulationMeta
fn default() -> SimulationMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SimulationMeta
impl<'de> Deserialize<'de> for SimulationMeta
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
Source§impl Serialize for SimulationMeta
impl Serialize for SimulationMeta
Source§impl Validate for SimulationMeta
impl Validate for SimulationMeta
Source§impl<'v_a> ValidateArgs<'v_a> for SimulationMeta
impl<'v_a> ValidateArgs<'v_a> for SimulationMeta
Auto Trait Implementations§
impl Freeze for SimulationMeta
impl RefUnwindSafe for SimulationMeta
impl Send for SimulationMeta
impl Sync for SimulationMeta
impl Unpin for SimulationMeta
impl UnsafeUnpin for SimulationMeta
impl UnwindSafe for SimulationMeta
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