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