pub struct QosPermit { /* private fields */ }Expand description
Admission permit that releases its QoS budget on drop.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QosPermit
impl RefUnwindSafe for QosPermit
impl Send for QosPermit
impl Sync for QosPermit
impl Unpin for QosPermit
impl UnsafeUnpin for QosPermit
impl UnwindSafe for QosPermit
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