Struct async_speed_limit::limiter::Builder
source · pub struct Builder<C: Clock> { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C> RefUnwindSafe for Builder<C>where C: RefUnwindSafe, <C as Clock>::Instant: RefUnwindSafe,
impl<C> Send for Builder<C>where C: Send, <C as Clock>::Instant: Send,
impl<C> Sync for Builder<C>where C: Sync, <C as Clock>::Instant: Sync,
impl<C> Unpin for Builder<C>where C: Unpin, <C as Clock>::Instant: Unpin,
impl<C> UnwindSafe for Builder<C>where C: UnwindSafe, <C as Clock>::Instant: 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