Struct cpp_demangle::ast::CloneTypeIdentifier
source · pub struct CloneTypeIdentifier { /* private fields */ }
Expand description
The <clone-type-identifier>
pseudo-terminal.
<clone-type-identifier> ::= <unqualified source code identifier>
Trait Implementations§
source§impl Clone for CloneTypeIdentifier
impl Clone for CloneTypeIdentifier
source§fn clone(&self) -> CloneTypeIdentifier
fn clone(&self) -> CloneTypeIdentifier
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 CloneTypeIdentifier
impl Debug for CloneTypeIdentifier
source§impl PartialEq<CloneTypeIdentifier> for CloneTypeIdentifier
impl PartialEq<CloneTypeIdentifier> for CloneTypeIdentifier
source§fn eq(&self, other: &CloneTypeIdentifier) -> bool
fn eq(&self, other: &CloneTypeIdentifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CloneTypeIdentifier
impl StructuralEq for CloneTypeIdentifier
impl StructuralPartialEq for CloneTypeIdentifier
Auto Trait Implementations§
impl RefUnwindSafe for CloneTypeIdentifier
impl Send for CloneTypeIdentifier
impl Sync for CloneTypeIdentifier
impl Unpin for CloneTypeIdentifier
impl UnwindSafe for CloneTypeIdentifier
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