Struct cpp_demangle::ast::NonSubstitution
[−]
[src]
pub struct NonSubstitution(_);
A handle to a component that is usually substitutable, and lives in the substitutions table, but in this particular case does not qualify for substitutions.
Trait Implementations
impl Clone for NonSubstitution[src]
fn clone(&self) -> NonSubstitution[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for NonSubstitution[src]
impl PartialEq for NonSubstitution[src]
fn eq(&self, __arg_0: &NonSubstitution) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &NonSubstitution) -> bool[src]
This method tests for !=.