pub struct ReflexIndexConfig {
pub recency_seconds: u64,
pub bucket_width_seconds: u64,
}Fields§
§recency_seconds: u64Total recency window to retain (seconds).
bucket_width_seconds: u64Width of each bucket in seconds.
Trait Implementations§
Source§impl Clone for ReflexIndexConfig
impl Clone for ReflexIndexConfig
Source§fn clone(&self) -> ReflexIndexConfig
fn clone(&self) -> ReflexIndexConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 ReflexIndexConfig
impl Debug for ReflexIndexConfig
Auto Trait Implementations§
impl Freeze for ReflexIndexConfig
impl RefUnwindSafe for ReflexIndexConfig
impl Send for ReflexIndexConfig
impl Sync for ReflexIndexConfig
impl Unpin for ReflexIndexConfig
impl UnwindSafe for ReflexIndexConfig
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