Struct cpp_demangle::ast::SourceName
source · pub struct SourceName(_);
Expand description
The <source-name>
non-terminal.
<source-name> ::= <positive length number> <identifier>
Trait Implementations§
source§impl Clone for SourceName
impl Clone for SourceName
source§fn clone(&self) -> SourceName
fn clone(&self) -> SourceName
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 SourceName
impl Debug for SourceName
source§impl PartialEq<SourceName> for SourceName
impl PartialEq<SourceName> for SourceName
source§fn eq(&self, other: &SourceName) -> bool
fn eq(&self, other: &SourceName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SourceName
impl StructuralEq for SourceName
impl StructuralPartialEq for SourceName
Auto Trait Implementations§
impl RefUnwindSafe for SourceName
impl Send for SourceName
impl Sync for SourceName
impl Unpin for SourceName
impl UnwindSafe for SourceName
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