pub struct StateMachine<S, R> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S, R> Freeze for StateMachine<S, R>
impl<S, R> !RefUnwindSafe for StateMachine<S, R>
impl<S, R> !Send for StateMachine<S, R>
impl<S, R> !Sync for StateMachine<S, R>
impl<S, R> Unpin for StateMachine<S, R>
impl<S, R> !UnwindSafe for StateMachine<S, R>
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