Struct grpcio::CallOption [] [src]

pub struct CallOption { /* fields omitted */ }

Methods

impl CallOption
[src]

[src]

Signal that the call is idempotent

[src]

Signal that the call should not return UNAVAILABLE before it has started

[src]

Signal that the call is cacheable. GRPC is free to use GET verb

[src]

[src]

Set a timeout.

[src]

Get the timeout.

Trait Implementations

impl Default for CallOption
[src]

[src]

Returns the "default value" for a type. Read more