Struct msg::constellation_msg::HangProfileSymbol
source · pub struct HangProfileSymbol {
pub name: Option<String>,
pub filename: Option<String>,
pub lineno: Option<u32>,
}
Fields§
§name: Option<String>
§filename: Option<String>
§lineno: Option<u32>
Trait Implementations§
source§impl Clone for HangProfileSymbol
impl Clone for HangProfileSymbol
source§fn clone(&self) -> HangProfileSymbol
fn clone(&self) -> HangProfileSymbol
Returns a copy 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<'de> Deserialize<'de> for HangProfileSymbol
impl<'de> Deserialize<'de> for HangProfileSymbol
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