Struct cargo_rx::ReplayConfig
source · pub struct ReplayConfig {
pub last_run: LastRun,
}Expand description
Config which contains replay details on the most recent run example.
Fields§
§last_run: LastRunRepresents the last run example
Trait Implementations§
source§impl Default for ReplayConfig
impl Default for ReplayConfig
source§fn default() -> ReplayConfig
fn default() -> ReplayConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ReplayConfig
impl<'de> Deserialize<'de> for ReplayConfig
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