Enum grpcio::OptTarget[][src]

pub enum OptTarget {
    Latency,
    Blend,
    Throughput,
}

The optimization target for a Channel.

Variants

Minimize latency at the cost of throughput.

Balance latency and throughput.

Maximize throughput at the expense of latency.

Trait Implementations

impl Clone for OptTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OptTarget
[src]

Auto Trait Implementations

impl Send for OptTarget

impl Sync for OptTarget