pub struct AsyncSemaphore { /* private fields */ }Expand description
Async wrapper around an ove::Semaphore.
Implementations§
Trait Implementations§
impl Send for AsyncSemaphore
impl Sync for AsyncSemaphore
Auto Trait Implementations§
impl !Freeze for AsyncSemaphore
impl !RefUnwindSafe for AsyncSemaphore
impl Unpin for AsyncSemaphore
impl UnsafeUnpin for AsyncSemaphore
impl UnwindSafe for AsyncSemaphore
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