pub struct AwaitExpr { /* private fields */ }Expand description
An await expression is used within an async function to pause execution and wait for a promise to resolve.
More information:
Trait Implementations§
Source§impl Executable for AwaitExpr
impl Executable for AwaitExpr
impl StructuralPartialEq for AwaitExpr
Auto Trait Implementations§
impl !Send for AwaitExpr
impl !Sync for AwaitExpr
impl Freeze for AwaitExpr
impl RefUnwindSafe for AwaitExpr
impl Unpin for AwaitExpr
impl UnsafeUnpin for AwaitExpr
impl UnwindSafe for AwaitExpr
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