Struct wasm_edit::ast::DebugNames
source · pub struct DebugNames {
pub module: String,
pub func_names: HashMap<u32, String>,
pub func_local_names: HashMap<u32, HashMap<u32, String>>,
}Fields
module: Stringfunc_names: HashMap<u32, String>func_local_names: HashMap<u32, HashMap<u32, String>>Trait Implementations
sourceimpl Clone for DebugNames
impl Clone for DebugNames
sourcefn clone(&self) -> DebugNames
fn clone(&self) -> DebugNames
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 moreAuto Trait Implementations
impl RefUnwindSafe for DebugNames
impl Send for DebugNames
impl Sync for DebugNames
impl Unpin for DebugNames
impl UnwindSafe for DebugNames
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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