Struct cdrs::load_balancing::Random[][src]

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

Methods

impl<N> Random<N>
[src]

Trait Implementations

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

Performs the conversion.

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

Returns next random node from a cluster

Auto Trait Implementations

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

impl<N> Sync for Random<N> where
    N: Sync