pub struct NullDemangler {}
Expand description
default demangler, does nothing to the identifier names
Implementations§
Source§impl NullDemangler
impl NullDemangler
Trait Implementations§
Source§impl Default for NullDemangler
impl Default for NullDemangler
Auto Trait Implementations§
impl Freeze for NullDemangler
impl RefUnwindSafe for NullDemangler
impl Send for NullDemangler
impl Sync for NullDemangler
impl Unpin for NullDemangler
impl UnwindSafe for NullDemangler
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