pub struct DecodedDebugInfo {
pub symbol_table: HashMap<u32, String>,
}Fields§
§symbol_table: HashMap<u32, String>Implementations§
Trait Implementations§
Source§impl Clone for DecodedDebugInfo
impl Clone for DecodedDebugInfo
Source§fn clone(&self) -> DecodedDebugInfo
fn clone(&self) -> DecodedDebugInfo
Returns a duplicate 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 DecodedDebugInfo
impl Debug for DecodedDebugInfo
Source§impl<'de> Deserialize<'de> for DecodedDebugInfo
impl<'de> Deserialize<'de> for DecodedDebugInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DecodedDebugInfo
impl PartialEq for DecodedDebugInfo
Source§impl Serialize for DecodedDebugInfo
impl Serialize for DecodedDebugInfo
impl StructuralPartialEq for DecodedDebugInfo
Auto Trait Implementations§
impl Freeze for DecodedDebugInfo
impl RefUnwindSafe for DecodedDebugInfo
impl Send for DecodedDebugInfo
impl Sync for DecodedDebugInfo
impl Unpin for DecodedDebugInfo
impl UnwindSafe for DecodedDebugInfo
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