Struct future_bool::FutureBool [−][src]
pub struct FutureBool { /* fields omitted */ }Expand description
A bool one can await the changes.
Implementations
Returns the new value when it has changed.
If the value is true, returns immidiately, otherwise waits until it’s true.
If the value is false, returns immidiately, otherwise waits until it’s false.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FutureBool
impl Send for FutureBool
impl Sync for FutureBool
impl Unpin for FutureBool
impl !UnwindSafe for FutureBool
Blanket Implementations
Mutably borrows from an owned value. Read more