pub struct OrbbecErrorData {
pub message: String,
pub function: String,
pub args: String,
}Expand description
Detailed error information
Fields§
§message: StringDetailed error log
function: StringFunction where the error occurred
args: StringArguments passed to the function
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrbbecErrorData
impl RefUnwindSafe for OrbbecErrorData
impl Send for OrbbecErrorData
impl Sync for OrbbecErrorData
impl Unpin for OrbbecErrorData
impl UnwindSafe for OrbbecErrorData
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