pub struct WaitInc {
pub condition: Expr,
}
Fields§
§condition: Expr
Trait Implementations§
impl StructuralPartialEq for WaitInc
Auto Trait Implementations§
impl Freeze for WaitInc
impl RefUnwindSafe for WaitInc
impl Send for WaitInc
impl Sync for WaitInc
impl Unpin for WaitInc
impl UnwindSafe for WaitInc
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