pub struct SizeTieredCompactionStrategy { /* private fields */ }Trait Implementations
sourceimpl Clone for SizeTieredCompactionStrategy
impl Clone for SizeTieredCompactionStrategy
sourcefn clone(&self) -> SizeTieredCompactionStrategy
fn clone(&self) -> SizeTieredCompactionStrategy
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a> CustomToTokens<'a> for SizeTieredCompactionStrategy
impl<'a> CustomToTokens<'a> for SizeTieredCompactionStrategy
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for SizeTieredCompactionStrategy
impl Debug for SizeTieredCompactionStrategy
sourceimpl Default for SizeTieredCompactionStrategy
impl Default for SizeTieredCompactionStrategy
sourcefn default() -> SizeTieredCompactionStrategy
fn default() -> SizeTieredCompactionStrategy
Returns the “default value” for a type. Read more
sourceimpl From<SizeTieredCompactionStrategy> for Compaction
impl From<SizeTieredCompactionStrategy> for Compaction
sourcefn from(original: SizeTieredCompactionStrategy) -> Compaction
fn from(original: SizeTieredCompactionStrategy) -> Compaction
Converts to this type from the input type.
sourceimpl PartialEq<SizeTieredCompactionStrategy> for SizeTieredCompactionStrategy
impl PartialEq<SizeTieredCompactionStrategy> for SizeTieredCompactionStrategy
sourcefn eq(&self, other: &SizeTieredCompactionStrategy) -> bool
fn eq(&self, other: &SizeTieredCompactionStrategy) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SizeTieredCompactionStrategy) -> bool
fn ne(&self, other: &SizeTieredCompactionStrategy) -> bool
This method tests for !=.
sourceimpl ToTokens for SizeTieredCompactionStrategy
impl ToTokens for SizeTieredCompactionStrategy
sourcefn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Write self to the given TokenStream. Read more
sourcefn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Convert self directly into a TokenStream object. Read more
sourcefn into_token_stream(self) -> TokenStream
fn into_token_stream(self) -> TokenStream
Convert self directly into a TokenStream object. Read more
impl CompactionType for SizeTieredCompactionStrategy
impl Copy for SizeTieredCompactionStrategy
impl StructuralPartialEq for SizeTieredCompactionStrategy
Auto Trait Implementations
impl RefUnwindSafe for SizeTieredCompactionStrategy
impl Send for SizeTieredCompactionStrategy
impl Sync for SizeTieredCompactionStrategy
impl Unpin for SizeTieredCompactionStrategy
impl UnwindSafe for SizeTieredCompactionStrategy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more