pub(crate) struct Expected {
pub(crate) start_counts: HashMap<String, u64>,
pub(crate) restart_counts: HashMap<String, u64>,
pub(crate) final_states: HashMap<String, String>,
}Fields§
§start_counts: HashMap<String, u64>§restart_counts: HashMap<String, u64>§final_states: HashMap<String, String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Expected
impl<'de> Deserialize<'de> for Expected
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 Expected
impl RefUnwindSafe for Expected
impl Send for Expected
impl Sync for Expected
impl Unpin for Expected
impl UnwindSafe for Expected
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