Struct cpp_demangle::ast::LambdaSig[][src]

pub struct LambdaSig(_);

The <lambda-sig> production.

<lambda-sig> ::= <parameter type>+  # Parameter types or "v" if the lambda has no parameters

Trait Implementations

impl Clone for LambdaSig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LambdaSig
[src]

Formats the value using the given formatter. Read more

impl PartialEq for LambdaSig
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for LambdaSig
[src]

Auto Trait Implementations

impl Send for LambdaSig

impl Sync for LambdaSig