#[repr(transparent)]pub struct SkippyRuntimeEventFailureCode(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl SkippyRuntimeEventFailureCode
impl SkippyRuntimeEventFailureCode
pub const NONE: Self
pub const INVALID_ARGUMENT: Self
pub const IO_ERROR: Self
pub const MODEL_ERROR: Self
pub const RUNTIME_ERROR: Self
pub const BACKEND_ERROR: Self
pub const CANCELLED: Self
pub const INTERNAL_ERROR: Self
Trait Implementations§
Source§impl Clone for SkippyRuntimeEventFailureCode
impl Clone for SkippyRuntimeEventFailureCode
Source§fn clone(&self) -> SkippyRuntimeEventFailureCode
fn clone(&self) -> SkippyRuntimeEventFailureCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SkippyRuntimeEventFailureCode
Source§impl Default for SkippyRuntimeEventFailureCode
impl Default for SkippyRuntimeEventFailureCode
Source§fn default() -> SkippyRuntimeEventFailureCode
fn default() -> SkippyRuntimeEventFailureCode
Returns the “default value” for a type. Read more
impl Eq for SkippyRuntimeEventFailureCode
impl StructuralPartialEq for SkippyRuntimeEventFailureCode
Auto Trait Implementations§
impl Freeze for SkippyRuntimeEventFailureCode
impl RefUnwindSafe for SkippyRuntimeEventFailureCode
impl Send for SkippyRuntimeEventFailureCode
impl Sync for SkippyRuntimeEventFailureCode
impl Unpin for SkippyRuntimeEventFailureCode
impl UnsafeUnpin for SkippyRuntimeEventFailureCode
impl UnwindSafe for SkippyRuntimeEventFailureCode
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