Struct sozu_lib::network::load_balancing::RandomAlgorithm [−][src]
pub struct RandomAlgorithm;
Trait Implementations
impl Debug for RandomAlgorithm[src]
impl Debug for RandomAlgorithmfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl LoadBalancingAlgorithm for RandomAlgorithm[src]
impl LoadBalancingAlgorithm for RandomAlgorithmAuto Trait Implementations
impl Send for RandomAlgorithm
impl Send for RandomAlgorithmimpl Sync for RandomAlgorithm
impl Sync for RandomAlgorithm