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