pub enum TrainOutcome {
Added,
Unchanged,
Corrected,
}Variants§
Trait Implementations§
Source§impl Clone for TrainOutcome
impl Clone for TrainOutcome
Source§fn clone(&self) -> TrainOutcome
fn clone(&self) -> TrainOutcome
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 TrainOutcome
Source§impl Debug for TrainOutcome
impl Debug for TrainOutcome
Source§impl<'de> Deserialize<'de> for TrainOutcome
impl<'de> Deserialize<'de> for TrainOutcome
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
impl Eq for TrainOutcome
Source§impl PartialEq for TrainOutcome
impl PartialEq for TrainOutcome
Source§impl Serialize for TrainOutcome
impl Serialize for TrainOutcome
impl StructuralPartialEq for TrainOutcome
Auto Trait Implementations§
impl Freeze for TrainOutcome
impl RefUnwindSafe for TrainOutcome
impl Send for TrainOutcome
impl Sync for TrainOutcome
impl Unpin for TrainOutcome
impl UnsafeUnpin for TrainOutcome
impl UnwindSafe for TrainOutcome
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