pub struct NoDecay;Expand description
A DecayProvider that knows no decays.
Every lookup returns None, so activities fail explicitly with
AnalyticsError::MissingDecay.
Trait Implementations§
impl Copy for NoDecay
Source§impl DecayProvider for NoDecay
impl DecayProvider for NoDecay
impl Eq for NoDecay
impl StructuralPartialEq for NoDecay
Auto Trait Implementations§
impl Freeze for NoDecay
impl RefUnwindSafe for NoDecay
impl Send for NoDecay
impl Sync for NoDecay
impl Unpin for NoDecay
impl UnsafeUnpin for NoDecay
impl UnwindSafe for NoDecay
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