Struct google_cloud_spanner::client::ReadOnlyTransactionOption [−][src]
pub struct ReadOnlyTransactionOption {
pub timestamp_bound: TimestampBound,
pub call_options: CallOptions,
}Fields
timestamp_bound: TimestampBoundcall_options: CallOptionsTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReadOnlyTransactionOption
impl Send for ReadOnlyTransactionOption
impl Sync for ReadOnlyTransactionOption
impl Unpin for ReadOnlyTransactionOption
impl UnwindSafe for ReadOnlyTransactionOption
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