Struct google_cloud_spanner::transaction::CallOptions [−][src]
pub struct CallOptions {
pub priority: Option<Priority>,
pub call_setting: Option<BackoffRetrySettings>,
}Fields
priority: Option<Priority>Priority is the RPC priority to use for the read operation.
call_setting: Option<BackoffRetrySettings>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CallOptions
impl Send for CallOptions
impl Sync for CallOptions
impl Unpin for CallOptions
impl UnwindSafe for CallOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more