pub struct StateMachineDouble { /* private fields */ }
Trait Implementations§
Source§impl Debug for StateMachineDouble
impl Debug for StateMachineDouble
Source§impl Default for StateMachineDouble
impl Default for StateMachineDouble
Source§fn default() -> StateMachineDouble
fn default() -> StateMachineDouble
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for StateMachineDouble
impl !RefUnwindSafe for StateMachineDouble
impl Send for StateMachineDouble
impl !Sync for StateMachineDouble
impl Unpin for StateMachineDouble
impl UnwindSafe for StateMachineDouble
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