Struct open_coroutine_core::common::CondvarBlocker
source · pub struct CondvarBlocker(/* private fields */);
Trait Implementations§
source§impl Blocker for CondvarBlocker
impl Blocker for CondvarBlocker
source§impl Debug for CondvarBlocker
impl Debug for CondvarBlocker
source§impl Default for CondvarBlocker
impl Default for CondvarBlocker
source§fn default() -> CondvarBlocker
fn default() -> CondvarBlocker
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CondvarBlocker
impl Send for CondvarBlocker
impl Sync for CondvarBlocker
impl Unpin for CondvarBlocker
impl UnwindSafe for CondvarBlocker
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