Struct throttling::time_window_bucket::TimeWindowBucket
source · pub struct TimeWindowBucket<KEY: Eq + Hash + Clone> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<KEY> RefUnwindSafe for TimeWindowBucket<KEY>where
KEY: RefUnwindSafe,
impl<KEY> Send for TimeWindowBucket<KEY>where
KEY: Send,
impl<KEY> Sync for TimeWindowBucket<KEY>where
KEY: Sync,
impl<KEY> Unpin for TimeWindowBucket<KEY>where
KEY: Unpin,
impl<KEY> UnwindSafe for TimeWindowBucket<KEY>where
KEY: UnwindSafe,
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