pub struct StaticBranch { /* private fields */ }Expand description
A simple branch that always routes to the same node
Implementations§
Trait Implementations§
Source§impl<S: State> Branch<S> for StaticBranch
impl<S: State> Branch<S> for StaticBranch
Auto Trait Implementations§
impl Freeze for StaticBranch
impl RefUnwindSafe for StaticBranch
impl Send for StaticBranch
impl Sync for StaticBranch
impl Unpin for StaticBranch
impl UnsafeUnpin for StaticBranch
impl UnwindSafe for StaticBranch
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