pub struct SizeTieredCompactionStrategy { /* private fields */ }
Trait Implementations§
Source§impl Clone for SizeTieredCompactionStrategy
impl Clone for SizeTieredCompactionStrategy
Source§fn clone(&self) -> SizeTieredCompactionStrategy
fn clone(&self) -> SizeTieredCompactionStrategy
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> CustomToTokens<'a> for SizeTieredCompactionStrategy
impl<'a> CustomToTokens<'a> for SizeTieredCompactionStrategy
Source§impl Debug for SizeTieredCompactionStrategy
impl Debug for SizeTieredCompactionStrategy
Source§impl Default for SizeTieredCompactionStrategy
impl Default for SizeTieredCompactionStrategy
Source§fn default() -> SizeTieredCompactionStrategy
fn default() -> SizeTieredCompactionStrategy
Returns the “default value” for a type. Read more
Source§impl From<SizeTieredCompactionStrategy> for Compaction
impl From<SizeTieredCompactionStrategy> for Compaction
Source§fn from(original: SizeTieredCompactionStrategy) -> Compaction
fn from(original: SizeTieredCompactionStrategy) -> Compaction
Converts to this type from the input type.
Source§impl PartialEq for SizeTieredCompactionStrategy
impl PartialEq for SizeTieredCompactionStrategy
Source§fn eq(&self, other: &SizeTieredCompactionStrategy) -> bool
fn eq(&self, other: &SizeTieredCompactionStrategy) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl ToTokens for SizeTieredCompactionStrategy
impl ToTokens for SizeTieredCompactionStrategy
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
impl CompactionType for SizeTieredCompactionStrategy
impl Copy for SizeTieredCompactionStrategy
impl StructuralPartialEq for SizeTieredCompactionStrategy
Auto Trait Implementations§
impl Freeze for SizeTieredCompactionStrategy
impl RefUnwindSafe for SizeTieredCompactionStrategy
impl Send for SizeTieredCompactionStrategy
impl Sync for SizeTieredCompactionStrategy
impl Unpin for SizeTieredCompactionStrategy
impl UnwindSafe for SizeTieredCompactionStrategy
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