Struct etcd_client::CompactionOptions
source · pub struct CompactionOptions(/* private fields */);
Expand description
Options for Compact
operation.
Implementations§
source§impl CompactionOptions
impl CompactionOptions
sourcepub const fn with_physical(self) -> Self
pub const fn with_physical(self) -> Self
Physical is set so the RPC will wait until the compaction is physically applied to the local database such that compacted entries are totally removed from the backend database.
Trait Implementations§
source§impl Clone for CompactionOptions
impl Clone for CompactionOptions
source§fn clone(&self) -> CompactionOptions
fn clone(&self) -> CompactionOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CompactionOptions
impl Debug for CompactionOptions
source§impl Default for CompactionOptions
impl Default for CompactionOptions
source§fn default() -> CompactionOptions
fn default() -> CompactionOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CompactionOptions
impl RefUnwindSafe for CompactionOptions
impl Send for CompactionOptions
impl Sync for CompactionOptions
impl Unpin for CompactionOptions
impl UnwindSafe for CompactionOptions
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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