pub struct DeleteRangeBuilder { /* private fields */ }Expand description
A pending delete_range, created with OxiaClient::delete_range. Chain
options and .await it.
Implementations§
Source§impl DeleteRangeBuilder
impl DeleteRangeBuilder
Sourcepub fn partition_key(self, partition_key: impl Into<String>) -> Self
pub fn partition_key(self, partition_key: impl Into<String>) -> Self
Restricts the range deletion to the shard owning partition_key
instead of applying it on every shard.
Trait Implementations§
Source§impl Debug for DeleteRangeBuilder
impl Debug for DeleteRangeBuilder
Source§impl IntoFuture for DeleteRangeBuilder
impl IntoFuture for DeleteRangeBuilder
Source§type IntoFuture = Pin<Box<dyn Future<Output = <DeleteRangeBuilder as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <DeleteRangeBuilder as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for DeleteRangeBuilder
impl !UnwindSafe for DeleteRangeBuilder
impl Freeze for DeleteRangeBuilder
impl Send for DeleteRangeBuilder
impl Sync for DeleteRangeBuilder
impl Unpin for DeleteRangeBuilder
impl UnsafeUnpin for DeleteRangeBuilder
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