pub struct CrashPingStackResponse {
pub stack: Option<Vec<CrashPingFrame>>,
pub java_exception: Option<Value>,
}Fields§
§stack: Option<Vec<CrashPingFrame>>§java_exception: Option<Value>Trait Implementations§
Source§impl Debug for CrashPingStackResponse
impl Debug for CrashPingStackResponse
Source§impl<'de> Deserialize<'de> for CrashPingStackResponse
impl<'de> Deserialize<'de> for CrashPingStackResponse
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 CrashPingStackResponse
impl RefUnwindSafe for CrashPingStackResponse
impl Send for CrashPingStackResponse
impl Sync for CrashPingStackResponse
impl Unpin for CrashPingStackResponse
impl UnsafeUnpin for CrashPingStackResponse
impl UnwindSafe for CrashPingStackResponse
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