Struct spanner_rs::Client [−][src]
pub struct Client { /* fields omitted */ }Expand description
An asynchronous Cloud Spanner client.
Implementations
Returns a new ConfigBuilder which can be used to configure how to connect to a Cloud Spanner instance and database.
Returns a ReadContext that can be used to read data out of Cloud Spanner. The returned context uses TimestampBound::Strong consistency for each individual read.
Returns a ReadContext that can be used to read data out of Cloud Spanner. The returned context uses the specified bounded consistency for each individual read.
Returns a TransactionContext that can be used to both read and write data from/into Cloud Spanner.
Auto Trait Implementations
impl !RefUnwindSafe for Client
impl !UnwindSafe for Client
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