pub struct SemaphoreGuard<'a> { /* private fields */ }
Trait Implementations§
Source§impl Debug for SemaphoreGuard<'_>
impl Debug for SemaphoreGuard<'_>
Auto Trait Implementations§
impl<'a> Freeze for SemaphoreGuard<'a>
impl<'a> RefUnwindSafe for SemaphoreGuard<'a>
impl<'a> !Send for SemaphoreGuard<'a>
impl<'a> !Sync for SemaphoreGuard<'a>
impl<'a> Unpin for SemaphoreGuard<'a>
impl<'a> UnwindSafe for SemaphoreGuard<'a>
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