pub struct RouteRule { /* private fields */ }Expand description
A routing rule: predicate over state → target agent.
Implementations§
Auto Trait Implementations§
impl Freeze for RouteRule
impl !RefUnwindSafe for RouteRule
impl Send for RouteRule
impl Sync for RouteRule
impl Unpin for RouteRule
impl UnsafeUnpin for RouteRule
impl !UnwindSafe for RouteRule
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