Struct sixtyfps_compilerlib::parser::syntax_nodes::BindingExpression [−][src]
pub struct BindingExpression(_);
Implementations
Create a new node from a SyntaxNode, if the SyntaxNode is of the correct kind
Methods from Deref<Target = SyntaxNode>
Trait Implementations
type Target = SyntaxNode
type Target = SyntaxNode
The resulting type after dereferencing.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for BindingExpression
impl !Send for BindingExpression
impl !Sync for BindingExpression
impl Unpin for BindingExpression
impl !UnwindSafe for BindingExpression
Blanket Implementations
Mutably borrows from an owned value. Read more