Enum google_cloud_spanner::key::RangeKind [−][src]
pub enum RangeKind {
ClosedOpen,
ClosedClosed,
OpenClosed,
OpenOpen,
}Variants
ClosedOpen
ClosedOpen is closed on the left and open on the right: the Start key is included, the End key is excluded.
ClosedClosed
ClosedClosed is closed on the left and the right: both keys are included.
OpenClosed
OpenClosed is open on the left and closed on the right: the Start key is excluded, the End key is included.
OpenOpen
OpenOpen is open on the left and the right: neither key is included.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RangeKind
impl UnwindSafe for RangeKind
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