Struct google_cloud_spanner::transaction::QueryOptions [−][src]
pub struct QueryOptions {
pub mode: QueryMode,
pub optimizer_options: Option<ExecuteQueryOptions>,
pub call_options: CallOptions,
}Fields
mode: QueryModeoptimizer_options: Option<ExecuteQueryOptions>call_options: CallOptionsTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QueryOptions
impl Send for QueryOptions
impl Sync for QueryOptions
impl Unpin for QueryOptions
impl UnwindSafe for QueryOptions
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