pub struct CrashPingStackSummary {
pub crash_id: String,
pub date: String,
pub frames: Vec<CrashPingFrame>,
pub java_exception: Option<Value>,
}Fields§
§crash_id: String§date: String§frames: Vec<CrashPingFrame>§java_exception: Option<Value>Trait Implementations§
Source§impl Debug for CrashPingStackSummary
impl Debug for CrashPingStackSummary
Auto Trait Implementations§
impl Freeze for CrashPingStackSummary
impl RefUnwindSafe for CrashPingStackSummary
impl Send for CrashPingStackSummary
impl Sync for CrashPingStackSummary
impl Unpin for CrashPingStackSummary
impl UnsafeUnpin for CrashPingStackSummary
impl UnwindSafe for CrashPingStackSummary
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