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