pub struct GetNodeStackTracesResult {
pub creation: Option<StackTrace>,
}Fields§
§creation: Option<StackTrace>Creation stack trace, if available.
Trait Implementations§
Source§impl Clone for GetNodeStackTracesResult
impl Clone for GetNodeStackTracesResult
Source§fn clone(&self) -> GetNodeStackTracesResult
fn clone(&self) -> GetNodeStackTracesResult
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 GetNodeStackTracesResult
impl Debug for GetNodeStackTracesResult
Source§impl Default for GetNodeStackTracesResult
impl Default for GetNodeStackTracesResult
Source§fn default() -> GetNodeStackTracesResult
fn default() -> GetNodeStackTracesResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetNodeStackTracesResult
impl<'de> Deserialize<'de> for GetNodeStackTracesResult
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 GetNodeStackTracesResult
impl PartialEq for GetNodeStackTracesResult
Source§impl Serialize for GetNodeStackTracesResult
impl Serialize for GetNodeStackTracesResult
Source§impl TryFrom<Value> for GetNodeStackTracesResult
impl TryFrom<Value> for GetNodeStackTracesResult
impl StructuralPartialEq for GetNodeStackTracesResult
Auto Trait Implementations§
impl Freeze for GetNodeStackTracesResult
impl RefUnwindSafe for GetNodeStackTracesResult
impl Send for GetNodeStackTracesResult
impl Sync for GetNodeStackTracesResult
impl Unpin for GetNodeStackTracesResult
impl UnsafeUnpin for GetNodeStackTracesResult
impl UnwindSafe for GetNodeStackTracesResult
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