pub struct RouterNode<State, F>{ /* private fields */ }Expand description
A node that routes based on state.
Implementations§
Auto Trait Implementations§
impl<State, F> Freeze for RouterNode<State, F>where
F: Freeze,
impl<State, F> RefUnwindSafe for RouterNode<State, F>where
F: RefUnwindSafe,
State: RefUnwindSafe,
impl<State, F> Send for RouterNode<State, F>where
State: Send,
impl<State, F> Sync for RouterNode<State, F>where
State: Sync,
impl<State, F> Unpin for RouterNode<State, F>
impl<State, F> UnwindSafe for RouterNode<State, F>where
F: 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