Enum grpcio::MethodType[][src]

pub enum MethodType {
    Unary,
    ClientStreaming,
    ServerStreaming,
    Duplex,
}

Variants

Trait Implementations

impl Clone for MethodType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MethodType
[src]

Auto Trait Implementations

impl Send for MethodType

impl Sync for MethodType