pub struct AggregationCacheOptions {
pub enabled: bool,
pub cache_expired_millis: u64,
pub propagate: bool,
pub propagate_cache_expired_millis: u64,
}Fields§
§enabled: bool§cache_expired_millis: u64§propagate: bool§propagate_cache_expired_millis: u64Implementations§
Trait Implementations§
Source§impl Clone for AggregationCacheOptions
impl Clone for AggregationCacheOptions
Source§fn clone(&self) -> AggregationCacheOptions
fn clone(&self) -> AggregationCacheOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AggregationCacheOptions
impl Debug for AggregationCacheOptions
Source§impl PartialEq for AggregationCacheOptions
impl PartialEq for AggregationCacheOptions
Source§fn eq(&self, other: &AggregationCacheOptions) -> bool
fn eq(&self, other: &AggregationCacheOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AggregationCacheOptions
impl Eq for AggregationCacheOptions
impl StructuralPartialEq for AggregationCacheOptions
Auto Trait Implementations§
impl Freeze for AggregationCacheOptions
impl RefUnwindSafe for AggregationCacheOptions
impl Send for AggregationCacheOptions
impl Sync for AggregationCacheOptions
impl Unpin for AggregationCacheOptions
impl UnsafeUnpin for AggregationCacheOptions
impl UnwindSafe for AggregationCacheOptions
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