pub struct Condition<T = ()>where
T: Default,{ /* private fields */ }
Expand description
Condition allows to notify multiple waiters at the same time
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Condition<T>
impl<T = ()> !RefUnwindSafe for Condition<T>
impl<T = ()> !Send for Condition<T>
impl<T = ()> !Sync for Condition<T>
impl<T> Unpin for Condition<T>
impl<T = ()> !UnwindSafe for Condition<T>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)