Struct ekiden_grpcio::CallOption[][src]

pub struct CallOption { /* fields omitted */ }

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 a timeout.

Get the timeout.

Set the headers to be sent with the call.

Get the headers.

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