Struct grpcio::CallOption[][src]

pub struct CallOption { /* fields omitted */ }

Options for calls made by client.

Methods

impl CallOption
[src]

Signal that the call is idempotent.

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

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

Set write flags.

Set a timeout.

Get the timeout.

Set the headers to be sent with the call.

Get headers to be sent with the call.

Trait Implementations

impl Clone for CallOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CallOption
[src]

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

Auto Trait Implementations

impl !Send for CallOption

impl !Sync for CallOption