pub struct Errorcode(/* private fields */);Expand description
See cef_errorcode_t for more documentation.
Trait Implementations§
Source§impl AsMut<cef_errorcode_t> for Errorcode
impl AsMut<cef_errorcode_t> for Errorcode
Source§fn as_mut(&mut self) -> &mut cef_errorcode_t
fn as_mut(&mut self) -> &mut cef_errorcode_t
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<cef_errorcode_t> for Errorcode
impl AsRef<cef_errorcode_t> for Errorcode
Source§fn as_ref(&self) -> &cef_errorcode_t
fn as_ref(&self) -> &cef_errorcode_t
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl From<Errorcode> for cef_errorcode_t
impl From<Errorcode> for cef_errorcode_t
Source§impl From<cef_errorcode_t> for Errorcode
impl From<cef_errorcode_t> for Errorcode
Source§fn from(value: cef_errorcode_t) -> Self
fn from(value: cef_errorcode_t) -> Self
Converts to this type from the input type.
impl Copy for Errorcode
impl Eq for Errorcode
impl StructuralPartialEq for Errorcode
Auto Trait Implementations§
impl Freeze for Errorcode
impl RefUnwindSafe for Errorcode
impl Send for Errorcode
impl Sync for Errorcode
impl Unpin for Errorcode
impl UnwindSafe for Errorcode
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