pub struct UpgradePermit(/* private fields */);Expand description
Holds one slot in max_upgraded_connections until dropped.
Auto Trait Implementations§
impl Freeze for UpgradePermit
impl RefUnwindSafe for UpgradePermit
impl Send for UpgradePermit
impl Sync for UpgradePermit
impl Unpin for UpgradePermit
impl UnsafeUnpin for UpgradePermit
impl UnwindSafe for UpgradePermit
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