pub struct Transition<Event, State, Store> { /* private fields */ }Auto Trait Implementations§
impl<Event, State, Store> Freeze for Transition<Event, State, Store>
impl<Event, State, Store> RefUnwindSafe for Transition<Event, State, Store>where
Event: RefUnwindSafe,
State: RefUnwindSafe,
impl<Event, State, Store> Send for Transition<Event, State, Store>
impl<Event, State, Store> Sync for Transition<Event, State, Store>
impl<Event, State, Store> Unpin for Transition<Event, State, Store>
impl<Event, State, Store> UnwindSafe for Transition<Event, State, Store>where
Event: UnwindSafe,
State: 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