pub enum CreateClassificationError {
UnknownValue(Value),
}
Expand description
struct for typed errors of method create_classification
Variants§
Trait Implementations§
Source§impl Clone for CreateClassificationError
impl Clone for CreateClassificationError
Source§fn clone(&self) -> CreateClassificationError
fn clone(&self) -> CreateClassificationError
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 CreateClassificationError
impl Debug for CreateClassificationError
Source§impl<'de> Deserialize<'de> for CreateClassificationError
impl<'de> Deserialize<'de> for CreateClassificationError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CreateClassificationError
impl RefUnwindSafe for CreateClassificationError
impl Send for CreateClassificationError
impl Sync for CreateClassificationError
impl Unpin for CreateClassificationError
impl UnwindSafe for CreateClassificationError
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