pub struct SimulateInitialStates {
pub other: Value,
}
Fields§
§other: Value
Trait Implementations§
Source§impl Clone for SimulateInitialStates
impl Clone for SimulateInitialStates
Source§fn clone(&self) -> SimulateInitialStates
fn clone(&self) -> SimulateInitialStates
Returns a copy 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 SimulateInitialStates
impl Debug for SimulateInitialStates
Source§impl Default for SimulateInitialStates
impl Default for SimulateInitialStates
Source§fn default() -> SimulateInitialStates
fn default() -> SimulateInitialStates
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SimulateInitialStates
impl<'de> Deserialize<'de> for SimulateInitialStates
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 PartialEq for SimulateInitialStates
impl PartialEq for SimulateInitialStates
Source§impl Serialize for SimulateInitialStates
impl Serialize for SimulateInitialStates
impl StructuralPartialEq for SimulateInitialStates
Auto Trait Implementations§
impl Freeze for SimulateInitialStates
impl RefUnwindSafe for SimulateInitialStates
impl Send for SimulateInitialStates
impl Sync for SimulateInitialStates
impl Unpin for SimulateInitialStates
impl UnwindSafe for SimulateInitialStates
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