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