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
Auto Trait Implementations§
impl Freeze for HangProfileSymbol
impl RefUnwindSafe for HangProfileSymbol
impl Send for HangProfileSymbol
impl Sync for HangProfileSymbol
impl Unpin for HangProfileSymbol
impl UnwindSafe for HangProfileSymbol
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