pub struct ComponentUpdateError(/* private fields */);Expand description
See cef_component_update_error_t for more documentation.
Implementations§
Source§impl ComponentUpdateError
impl ComponentUpdateError
Sourcepub const NONE: Self
pub const NONE: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_NONE for more documentation.
Sourcepub const UPDATE_IN_PROGRESS: Self
pub const UPDATE_IN_PROGRESS: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_UPDATE_IN_PROGRESS for more documentation.
Sourcepub const UPDATE_CANCELED: Self
pub const UPDATE_CANCELED: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_UPDATE_CANCELED for more documentation.
Sourcepub const RETRY_LATER: Self
pub const RETRY_LATER: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_RETRY_LATER for more documentation.
Sourcepub const SERVICE_ERROR: Self
pub const SERVICE_ERROR: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_SERVICE_ERROR for more documentation.
Sourcepub const UPDATE_CHECK_ERROR: Self
pub const UPDATE_CHECK_ERROR: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_UPDATE_CHECK_ERROR for more documentation.
Sourcepub const CRX_NOT_FOUND: Self
pub const CRX_NOT_FOUND: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_CRX_NOT_FOUND for more documentation.
Sourcepub const INVALID_ARGUMENT: Self
pub const INVALID_ARGUMENT: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_INVALID_ARGUMENT for more documentation.
Sourcepub const BAD_CRX_DATA_CALLBACK: Self
pub const BAD_CRX_DATA_CALLBACK: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_BAD_CRX_DATA_CALLBACK for more documentation.
Trait Implementations§
Source§impl AsMut<cef_component_update_error_t> for ComponentUpdateError
impl AsMut<cef_component_update_error_t> for ComponentUpdateError
Source§fn as_mut(&mut self) -> &mut cef_component_update_error_t
fn as_mut(&mut self) -> &mut cef_component_update_error_t
Source§impl AsRef<cef_component_update_error_t> for ComponentUpdateError
impl AsRef<cef_component_update_error_t> for ComponentUpdateError
Source§fn as_ref(&self) -> &cef_component_update_error_t
fn as_ref(&self) -> &cef_component_update_error_t
Source§impl Clone for ComponentUpdateError
impl Clone for ComponentUpdateError
Source§fn clone(&self) -> ComponentUpdateError
fn clone(&self) -> ComponentUpdateError
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for ComponentUpdateError
impl Debug for ComponentUpdateError
Source§impl Default for ComponentUpdateError
impl Default for ComponentUpdateError
Source§impl From<ComponentUpdateError> for cef_component_update_error_t
impl From<ComponentUpdateError> for cef_component_update_error_t
Source§fn from(value: ComponentUpdateError) -> Self
fn from(value: ComponentUpdateError) -> Self
Source§impl From<cef_component_update_error_t> for ComponentUpdateError
impl From<cef_component_update_error_t> for ComponentUpdateError
Source§fn from(value: cef_component_update_error_t) -> Self
fn from(value: cef_component_update_error_t) -> Self
Source§impl Hash for ComponentUpdateError
impl Hash for ComponentUpdateError
Source§impl PartialEq for ComponentUpdateError
impl PartialEq for ComponentUpdateError
Source§fn eq(&self, other: &ComponentUpdateError) -> bool
fn eq(&self, other: &ComponentUpdateError) -> bool
self and other values to be equal, and is used by ==.