pub struct TimeDecayConfig { /* private fields */ }Expand description
Time decay configuration.
Trait Implementations§
Source§impl Clone for TimeDecayConfig
impl Clone for TimeDecayConfig
Source§fn clone(&self) -> TimeDecayConfig
fn clone(&self) -> TimeDecayConfig
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 TimeDecayConfig
impl Debug for TimeDecayConfig
Auto Trait Implementations§
impl Freeze for TimeDecayConfig
impl RefUnwindSafe for TimeDecayConfig
impl Send for TimeDecayConfig
impl Sync for TimeDecayConfig
impl Unpin for TimeDecayConfig
impl UnsafeUnpin for TimeDecayConfig
impl UnwindSafe for TimeDecayConfig
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