Struct napi_h::bindgen_prelude::ExtendedErrorInfo
source · pub struct ExtendedErrorInfo {
pub message: String,
pub engine_reserved: *mut c_void,
pub engine_error_code: u32,
pub error_code: Status,
}
Fields§
§message: String
§engine_reserved: *mut c_void
§engine_error_code: u32
§error_code: Status
Trait Implementations§
source§impl Clone for ExtendedErrorInfo
impl Clone for ExtendedErrorInfo
source§fn clone(&self) -> ExtendedErrorInfo
fn clone(&self) -> ExtendedErrorInfo
Returns a copy 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 ExtendedErrorInfo
impl Debug for ExtendedErrorInfo
Auto Trait Implementations§
impl Freeze for ExtendedErrorInfo
impl RefUnwindSafe for ExtendedErrorInfo
impl !Send for ExtendedErrorInfo
impl !Sync for ExtendedErrorInfo
impl Unpin for ExtendedErrorInfo
impl UnwindSafe for ExtendedErrorInfo
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