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