pub struct YieldWait;Expand description
std-only: cooperative yield-only wait strategy.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YieldWait
impl RefUnwindSafe for YieldWait
impl Send for YieldWait
impl Sync for YieldWait
impl Unpin for YieldWait
impl UnwindSafe for YieldWait
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