pub struct RoundRobinRouter<M: Send + Clone + 'static> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<M> !Freeze for RoundRobinRouter<M>
impl<M> !RefUnwindSafe for RoundRobinRouter<M>
impl<M> Send for RoundRobinRouter<M>
impl<M> Sync for RoundRobinRouter<M>
impl<M> Unpin for RoundRobinRouter<M>
impl<M> UnsafeUnpin for RoundRobinRouter<M>
impl<M> !UnwindSafe for RoundRobinRouter<M>
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