Struct cdrs::load_balancing::RoundRobin[][src]

pub struct RoundRobin<N> { /* fields omitted */ }

Methods

impl<N> RoundRobin<N>
[src]

Trait Implementations

impl<N> From<Vec<N>> for RoundRobin<N>
[src]

Performs the conversion.

impl<N> LoadBalancingStrategy<N> for RoundRobin<N>
[src]

Returns next node from a cluster

Auto Trait Implementations

impl<N> Send for RoundRobin<N> where
    N: Send

impl<N> !Sync for RoundRobin<N>