Struct google_cloud_spanner::key::KeySet
source · pub struct KeySet { /* private fields */ }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§
source§impl From<KeySet> for InternalKeySet
impl From<KeySet> for InternalKeySet
Auto Trait Implementations§
impl RefUnwindSafe for KeySet
impl Send for KeySet
impl Sync for KeySet
impl Unpin for KeySet
impl UnwindSafe for KeySet
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request