Struct symboscript_types::parser::AwaitExpression
source · pub struct AwaitExpression {
pub node: Node,
pub argument: Expression,
}Fields§
§node: Node§argument: ExpressionTrait Implementations§
source§impl Clone for AwaitExpression
impl Clone for AwaitExpression
source§fn clone(&self) -> AwaitExpression
fn clone(&self) -> AwaitExpression
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AwaitExpression
impl Debug for AwaitExpression
source§impl<'de> Deserialize<'de> for AwaitExpression
impl<'de> Deserialize<'de> for AwaitExpression
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for AwaitExpression
impl Display for AwaitExpression
Auto Trait Implementations§
impl RefUnwindSafe for AwaitExpression
impl Send for AwaitExpression
impl Sync for AwaitExpression
impl Unpin 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