Struct rustc_demangle::Demangle
source · [−]pub struct Demangle<'a> { /* private fields */ }
Expand description
Representation of a demangled symbol name.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Demangle<'a>
impl<'a> Send for Demangle<'a>
impl<'a> Sync for Demangle<'a>
impl<'a> Unpin for Demangle<'a>
impl<'a> UnwindSafe for Demangle<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more