pub struct BackpressurePermit { /* private fields */ }Expand description
Permit for executing a request under backpressure control
Auto Trait Implementations§
impl Freeze for BackpressurePermit
impl !RefUnwindSafe for BackpressurePermit
impl Send for BackpressurePermit
impl Sync for BackpressurePermit
impl Unpin for BackpressurePermit
impl !UnwindSafe for BackpressurePermit
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