Struct google_cloud_spanner::key::KeySet [−][src]
pub struct KeySet { /* fields omitted */ }Expand description
/ A KeySet defines a collection of Cloud Spanner keys and/or key ranges. All / the keys are expected to be in the same table or index. The keys need not be / sorted in any particular way. / / An individual Key can act as a KeySet, as can a KeyRange. Use the KeySets / function to create a KeySet consisting of multiple Keys and KeyRanges. To / obtain an empty KeySet, call KeySets with no arguments. / / If the same key is specified multiple times in the set (for example if two / ranges, two keys, or a key and a range overlap), the Cloud Spanner backend / behaves as if the key were only specified once.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeySet
impl UnwindSafe for KeySet
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