Struct espr::ast::FormalParameter [−][src]
Fields
name: Stringty: Typeis_variable: booltrue if specified with VAR in PROCEDURE. Always false for FUNCTION
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FormalParameter
impl Send for FormalParameter
impl Sync for FormalParameter
impl Unpin for FormalParameter
impl UnwindSafe for FormalParameter
Blanket Implementations
Mutably borrows from an owned value. Read more