#[repr(transparent)]pub struct ArkWeb_ErrorCodeError(pub NonZero<c_uint>);Available on crate features
api-11 and api-12 only.Tuple Fields§
§0: NonZero<c_uint>Implementations§
Source§impl ArkWeb_ErrorCodeError
impl ArkWeb_ErrorCodeError
Sourcepub const INIT_ERROR: ArkWeb_ErrorCodeError
pub const INIT_ERROR: ArkWeb_ErrorCodeError
Init error.
Sourcepub const ERROR_UNKNOWN: ArkWeb_ErrorCodeError
pub const ERROR_UNKNOWN: ArkWeb_ErrorCodeError
Unknown error.
Sourcepub const INVALID_PARAM: ArkWeb_ErrorCodeError
pub const INVALID_PARAM: ArkWeb_ErrorCodeError
Invalid param.
Sourcepub const SCHEME_REGISTER_FAILED: ArkWeb_ErrorCodeError
pub const SCHEME_REGISTER_FAILED: ArkWeb_ErrorCodeError
Register custom schemes should be called before create any ArkWeb.
Sourcepub const INVALID_URL: ArkWeb_ErrorCodeError
pub const INVALID_URL: ArkWeb_ErrorCodeError
Invalid url.
Sourcepub const INVALID_COOKIE_VALUE: ArkWeb_ErrorCodeError
pub const INVALID_COOKIE_VALUE: ArkWeb_ErrorCodeError
Invalid cookie value.
pub const LIBRARY_OPEN_FAILURE: ArkWeb_ErrorCodeError
pub const LIBRARY_SYMBOL_NOT_FOUND: ArkWeb_ErrorCodeError
Sourcepub const COOKIE_MANAGER_NOT_INITIALIZED: ArkWeb_ErrorCodeError
Available on crate feature api-20 only.
pub const COOKIE_MANAGER_NOT_INITIALIZED: ArkWeb_ErrorCodeError
api-20 only.The CookieManager not initialized.
Available since API-level: 20
Sourcepub const COOKIE_MANAGER_INITIALIZE_FAILED: ArkWeb_ErrorCodeError
Available on crate feature api-20 only.
pub const COOKIE_MANAGER_INITIALIZE_FAILED: ArkWeb_ErrorCodeError
api-20 only.The CookieManager initialize failed.
Available since API-level: 20
Sourcepub const COOKIE_SAVE_FAILED: ArkWeb_ErrorCodeError
Available on crate feature api-20 only.
pub const COOKIE_SAVE_FAILED: ArkWeb_ErrorCodeError
api-20 only.Save cookie failed.
Available since API-level: 20
Trait Implementations§
Source§impl Clone for ArkWeb_ErrorCodeError
impl Clone for ArkWeb_ErrorCodeError
Source§fn clone(&self) -> ArkWeb_ErrorCodeError
fn clone(&self) -> ArkWeb_ErrorCodeError
Returns a duplicate 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 ArkWeb_ErrorCodeError
impl Debug for ArkWeb_ErrorCodeError
Source§impl Hash for ArkWeb_ErrorCodeError
impl Hash for ArkWeb_ErrorCodeError
Source§impl PartialEq for ArkWeb_ErrorCodeError
impl PartialEq for ArkWeb_ErrorCodeError
impl Copy for ArkWeb_ErrorCodeError
impl Eq for ArkWeb_ErrorCodeError
impl StructuralPartialEq for ArkWeb_ErrorCodeError
Auto Trait Implementations§
impl Freeze for ArkWeb_ErrorCodeError
impl RefUnwindSafe for ArkWeb_ErrorCodeError
impl Send for ArkWeb_ErrorCodeError
impl Sync for ArkWeb_ErrorCodeError
impl Unpin for ArkWeb_ErrorCodeError
impl UnsafeUnpin for ArkWeb_ErrorCodeError
impl UnwindSafe for ArkWeb_ErrorCodeError
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