Struct ast_demangle::rust_v0::Identifier
source · [−]Fields
disambiguator: u64name: Cow<'a, str>Implementations
Trait Implementations
sourceimpl<'a> Clone for Identifier<'a>
impl<'a> Clone for Identifier<'a>
sourcefn clone(&self) -> Identifier<'a>
fn clone(&self) -> Identifier<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a> Debug for Identifier<'a>
impl<'a> Debug for Identifier<'a>
sourceimpl Display for Identifier<'_>
impl Display for Identifier<'_>
sourceimpl<'a> Hash for Identifier<'a>
impl<'a> Hash for Identifier<'a>
sourceimpl<'a> Ord for Identifier<'a>
impl<'a> Ord for Identifier<'a>
sourceimpl<'a> PartialEq<Identifier<'a>> for Identifier<'a>
impl<'a> PartialEq<Identifier<'a>> for Identifier<'a>
sourcefn eq(&self, other: &Identifier<'a>) -> bool
fn eq(&self, other: &Identifier<'a>) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &Identifier<'a>) -> bool
fn ne(&self, other: &Identifier<'a>) -> bool
This method tests for !=.
sourceimpl<'a> PartialOrd<Identifier<'a>> for Identifier<'a>
impl<'a> PartialOrd<Identifier<'a>> for Identifier<'a>
sourcefn partial_cmp(&self, other: &Identifier<'a>) -> Option<Ordering>
fn partial_cmp(&self, other: &Identifier<'a>) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl<'a> Eq for Identifier<'a>
impl<'a> StructuralEq for Identifier<'a>
impl<'a> StructuralPartialEq for Identifier<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Identifier<'a>
impl<'a> Send for Identifier<'a>
impl<'a> Sync for Identifier<'a>
impl<'a> Unpin for Identifier<'a>
impl<'a> UnwindSafe for Identifier<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more