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