Struct scylladb_parse::LeveledCompactionStrategy
source · [−]pub struct LeveledCompactionStrategy { /* private fields */ }Trait Implementations
sourceimpl Clone for LeveledCompactionStrategy
impl Clone for LeveledCompactionStrategy
sourcefn clone(&self) -> LeveledCompactionStrategy
fn clone(&self) -> LeveledCompactionStrategy
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 LeveledCompactionStrategy
impl<'a> CustomToTokens<'a> for LeveledCompactionStrategy
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for LeveledCompactionStrategy
impl Debug for LeveledCompactionStrategy
sourceimpl Default for LeveledCompactionStrategy
impl Default for LeveledCompactionStrategy
sourcefn default() -> LeveledCompactionStrategy
fn default() -> LeveledCompactionStrategy
Returns the “default value” for a type. Read more
sourceimpl Display for LeveledCompactionStrategy
impl Display for LeveledCompactionStrategy
sourceimpl From<LeveledCompactionStrategy> for Compaction
impl From<LeveledCompactionStrategy> for Compaction
sourcefn from(original: LeveledCompactionStrategy) -> Compaction
fn from(original: LeveledCompactionStrategy) -> Compaction
Converts to this type from the input type.
sourceimpl PartialEq<LeveledCompactionStrategy> for LeveledCompactionStrategy
impl PartialEq<LeveledCompactionStrategy> for LeveledCompactionStrategy
sourcefn eq(&self, other: &LeveledCompactionStrategy) -> bool
fn eq(&self, other: &LeveledCompactionStrategy) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &LeveledCompactionStrategy) -> bool
fn ne(&self, other: &LeveledCompactionStrategy) -> bool
This method tests for !=.
sourceimpl ToTokens for LeveledCompactionStrategy
impl ToTokens for LeveledCompactionStrategy
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
sourceimpl TryFrom<Compaction> for LeveledCompactionStrategy
impl TryFrom<Compaction> for LeveledCompactionStrategy
impl CompactionType for LeveledCompactionStrategy
impl Copy for LeveledCompactionStrategy
impl StructuralPartialEq for LeveledCompactionStrategy
Auto Trait Implementations
impl RefUnwindSafe for LeveledCompactionStrategy
impl Send for LeveledCompactionStrategy
impl Sync for LeveledCompactionStrategy
impl Unpin for LeveledCompactionStrategy
impl UnwindSafe for LeveledCompactionStrategy
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