Struct cpp_demangle::ast::UnnamedTypeName
source · pub struct UnnamedTypeName(_);
Expand description
The <unnamed-type-name>
production.
<unnamed-type-name> ::= Ut [ <nonnegative number> ] _
::= <closure-type-name>
TODO: parse the
Trait Implementations§
source§impl Clone for UnnamedTypeName
impl Clone for UnnamedTypeName
source§fn clone(&self) -> UnnamedTypeName
fn clone(&self) -> UnnamedTypeName
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UnnamedTypeName
impl Debug for UnnamedTypeName
source§impl PartialEq<UnnamedTypeName> for UnnamedTypeName
impl PartialEq<UnnamedTypeName> for UnnamedTypeName
source§fn eq(&self, other: &UnnamedTypeName) -> bool
fn eq(&self, other: &UnnamedTypeName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for UnnamedTypeName
impl StructuralEq for UnnamedTypeName
impl StructuralPartialEq for UnnamedTypeName
Auto Trait Implementations§
impl RefUnwindSafe for UnnamedTypeName
impl Send for UnnamedTypeName
impl Sync for UnnamedTypeName
impl Unpin for UnnamedTypeName
impl UnwindSafe for UnnamedTypeName
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more