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.

[src]

Set the headers to be sent with the call.

[src]

Get the headers.

Trait Implementations

impl Clone for CallOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for CallOption
[src]

[src]

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

Auto Trait Implementations

impl !Send for CallOption

impl !Sync for CallOption