Struct cpp_demangle::ast::SeqId [−][src]
pub struct SeqId(_);
A <seq-id> production encoding a base-36 positive number.
<seq-id> ::= <0-9A-Z>+
Trait Implementations
impl Clone for SeqId[src]
impl Clone for SeqIdfn clone(&self) -> SeqId[src]
fn clone(&self) -> SeqIdReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SeqId[src]
impl Debug for SeqIdfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for SeqId[src]
impl PartialEq for SeqIdfn eq(&self, other: &SeqId) -> bool[src]
fn eq(&self, other: &SeqId) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SeqId) -> bool[src]
fn ne(&self, other: &SeqId) -> boolThis method tests for !=.
impl Eq for SeqId[src]
impl Eq for SeqId