pub enum MlLabelError {
Empty,
UnknownLabel,
}Variants§
Trait Implementations§
Source§impl Clone for MlLabelError
impl Clone for MlLabelError
Source§fn clone(&self) -> MlLabelError
fn clone(&self) -> MlLabelError
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 moreSource§impl Debug for MlLabelError
impl Debug for MlLabelError
Source§impl Display for MlLabelError
impl Display for MlLabelError
Source§impl Error for MlLabelError
impl Error for MlLabelError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for MlLabelError
impl PartialEq for MlLabelError
Source§fn eq(&self, other: &MlLabelError) -> bool
fn eq(&self, other: &MlLabelError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MlLabelError
impl Eq for MlLabelError
impl StructuralPartialEq for MlLabelError
Auto Trait Implementations§
impl Freeze for MlLabelError
impl RefUnwindSafe for MlLabelError
impl Send for MlLabelError
impl Sync for MlLabelError
impl Unpin for MlLabelError
impl UnsafeUnpin for MlLabelError
impl UnwindSafe for MlLabelError
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