pub enum AutoAlgorithm {
Exact,
Kernel,
}Expand description
Algorithm selected by AutoExplainer for the current feature count.
Variants§
Trait Implementations§
Source§impl Clone for AutoAlgorithm
impl Clone for AutoAlgorithm
Source§fn clone(&self) -> AutoAlgorithm
fn clone(&self) -> AutoAlgorithm
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 AutoAlgorithm
Source§impl Debug for AutoAlgorithm
impl Debug for AutoAlgorithm
Source§impl<'de> Deserialize<'de> for AutoAlgorithm
impl<'de> Deserialize<'de> for AutoAlgorithm
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 AutoAlgorithm
Source§impl PartialEq for AutoAlgorithm
impl PartialEq for AutoAlgorithm
Source§impl Serialize for AutoAlgorithm
impl Serialize for AutoAlgorithm
impl StructuralPartialEq for AutoAlgorithm
Auto Trait Implementations§
impl Freeze for AutoAlgorithm
impl RefUnwindSafe for AutoAlgorithm
impl Send for AutoAlgorithm
impl Sync for AutoAlgorithm
impl Unpin for AutoAlgorithm
impl UnsafeUnpin for AutoAlgorithm
impl UnwindSafe for AutoAlgorithm
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