pub struct GetStackTraceParams {
pub stackTraceId: StackTraceId,
}Expand description
Returns stack trace with given ‘stackTraceId’.
Fields§
§stackTraceId: StackTraceIdTrait Implementations§
Source§impl Clone for GetStackTraceParams
impl Clone for GetStackTraceParams
Source§fn clone(&self) -> GetStackTraceParams
fn clone(&self) -> GetStackTraceParams
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 GetStackTraceParams
impl Debug for GetStackTraceParams
Source§impl Default for GetStackTraceParams
impl Default for GetStackTraceParams
Source§fn default() -> GetStackTraceParams
fn default() -> GetStackTraceParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetStackTraceParams
impl<'de> Deserialize<'de> for GetStackTraceParams
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 GetStackTraceParams
impl RefUnwindSafe for GetStackTraceParams
impl Send for GetStackTraceParams
impl Sync for GetStackTraceParams
impl Unpin for GetStackTraceParams
impl UnsafeUnpin for GetStackTraceParams
impl UnwindSafe for GetStackTraceParams
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