Struct throttling::token_bucket::ThrottleTokens
source · pub struct ThrottleTokens { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThrottleTokens
impl RefUnwindSafe for ThrottleTokens
impl Send for ThrottleTokens
impl Sync for ThrottleTokens
impl Unpin for ThrottleTokens
impl UnwindSafe for ThrottleTokens
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