Struct miHoYo_API::util::error::APIException
source · pub struct APIException {
pub retcode: i16,
pub original: String,
pub msg: String,
}Fields§
§retcode: i16§original: String§msg: StringImplementations§
Auto Trait Implementations§
impl RefUnwindSafe for APIException
impl Send for APIException
impl Sync for APIException
impl Unpin for APIException
impl UnwindSafe for APIException
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