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