pub enum ProjectionMethod {
None,
TSne,
Pca,
}Variants§
Trait Implementations§
Source§impl Clone for ProjectionMethod
impl Clone for ProjectionMethod
Source§fn clone(&self) -> ProjectionMethod
fn clone(&self) -> ProjectionMethod
Returns a duplicate 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 ProjectionMethod
impl Debug for ProjectionMethod
Source§impl Default for ProjectionMethod
impl Default for ProjectionMethod
Source§fn default() -> ProjectionMethod
fn default() -> ProjectionMethod
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectionMethod
impl<'de> Deserialize<'de> for ProjectionMethod
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
Source§impl PartialEq for ProjectionMethod
impl PartialEq for ProjectionMethod
impl Copy for ProjectionMethod
impl Eq for ProjectionMethod
impl StructuralPartialEq for ProjectionMethod
Auto Trait Implementations§
impl Freeze for ProjectionMethod
impl RefUnwindSafe for ProjectionMethod
impl Send for ProjectionMethod
impl Sync for ProjectionMethod
impl Unpin for ProjectionMethod
impl UnwindSafe for ProjectionMethod
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