pub struct StateMachineTransitions<S, E>{ /* private fields */ }Expand description
Helper structure to bypass Debug trait limitations on function items
Trait Implementations§
Auto Trait Implementations§
impl<S, E> Freeze for StateMachineTransitions<S, E>
impl<S, E> RefUnwindSafe for StateMachineTransitions<S, E>where
E: RefUnwindSafe,
impl<S, E> Send for StateMachineTransitions<S, E>where
E: Send,
impl<S, E> Sync for StateMachineTransitions<S, E>where
E: Sync,
impl<S, E> Unpin for StateMachineTransitions<S, E>where
E: Unpin,
impl<S, E> UnwindSafe for StateMachineTransitions<S, E>where
E: UnwindSafe,
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