Struct cpp_demangle::ast::Identifier [−][src]
The <identifier> pseudo-terminal.
<identifier> ::= <unqualified source code identifier>
<identifier>is a pseudo-terminal representing the characters in the unqualified identifier for the entity in the source code. This ABI does not yet specify a mangling for identifiers containing characters outside of_A-Za-z0-9..
Mangled symbols’ identifiers also have $ characters in the wild.
Trait Implementations
impl Clone for Identifier[src]
fn clone(&self) -> Identifier[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for Identifier[src]
impl Eq for Identifier[src]
impl PartialEq<Identifier> for Identifier[src]
fn eq(&self, other: &Identifier) -> bool[src]
fn ne(&self, other: &Identifier) -> bool[src]
impl StructuralEq for Identifier[src]
impl StructuralPartialEq for Identifier[src]
Auto Trait Implementations
impl RefUnwindSafe for Identifier
impl Send for Identifier
impl Sync for Identifier
impl Unpin for Identifier
impl UnwindSafe for Identifier
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,