pub struct AdaptiveRouter;Expand description
Local adaptive policy. No central reputation service.
Trait Implementations§
Source§impl RoutingStrategy for AdaptiveRouter
impl RoutingStrategy for AdaptiveRouter
Auto Trait Implementations§
impl Freeze for AdaptiveRouter
impl RefUnwindSafe for AdaptiveRouter
impl Send for AdaptiveRouter
impl Sync for AdaptiveRouter
impl Unpin for AdaptiveRouter
impl UnsafeUnpin for AdaptiveRouter
impl UnwindSafe for AdaptiveRouter
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