#[repr(C)]pub enum ErrorTypes {
TEST_ERROR = 0,
TRAIN_ERROR = 1,
}
Expand description
%Error types
Variants§
Trait Implementations§
source§impl Clone for ErrorTypes
impl Clone for ErrorTypes
source§fn clone(&self) -> ErrorTypes
fn clone(&self) -> ErrorTypes
Returns a copy 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 ErrorTypes
impl Debug for ErrorTypes
source§impl From<ErrorTypes> for i32
impl From<ErrorTypes> for i32
source§fn from(v: ErrorTypes) -> Self
fn from(v: ErrorTypes) -> Self
Converts to this type from the input type.
source§impl PartialEq for ErrorTypes
impl PartialEq for ErrorTypes
source§impl TryFrom<i32> for ErrorTypes
impl TryFrom<i32> for ErrorTypes
impl Copy for ErrorTypes
impl Eq for ErrorTypes
impl StructuralPartialEq for ErrorTypes
Auto Trait Implementations§
impl Freeze for ErrorTypes
impl RefUnwindSafe for ErrorTypes
impl Send for ErrorTypes
impl Sync for ErrorTypes
impl Unpin for ErrorTypes
impl UnwindSafe for ErrorTypes
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)