pub struct AwaitExpression {
pub argument: Box<Expression>,
}Fields§
§argument: Box<Expression>Trait Implementations§
Source§impl Clone for AwaitExpression
impl Clone for AwaitExpression
Source§fn clone(&self) -> AwaitExpression
fn clone(&self) -> AwaitExpression
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AwaitExpression
impl RefUnwindSafe for AwaitExpression
impl Send for AwaitExpression
impl Sync for AwaitExpression
impl Unpin for AwaitExpression
impl UnsafeUnpin for AwaitExpression
impl UnwindSafe for AwaitExpression
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