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§
Auto Trait Implementations§
impl Freeze for KeySet
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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