pub struct ClientError {
pub process_name: String,
pub pid: u32,
pub stage: String,
pub error: String,
pub last_frame_utf8: Option<String>,
}Fields§
§process_name: String§pid: u32§stage: String§error: String§last_frame_utf8: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClientError
impl RefUnwindSafe for ClientError
impl Send for ClientError
impl Sync for ClientError
impl Unpin for ClientError
impl UnsafeUnpin for ClientError
impl UnwindSafe for ClientError
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