Enum strafe_type::ModelMatrixSchema
source · pub enum ModelMatrixSchema {
Level,
Factor,
Value,
RowName,
}Variants§
Trait Implementations§
source§impl Clone for ModelMatrixSchema
impl Clone for ModelMatrixSchema
source§fn clone(&self) -> ModelMatrixSchema
fn clone(&self) -> ModelMatrixSchema
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 ModelMatrixSchema
impl Debug for ModelMatrixSchema
source§impl PartialEq for ModelMatrixSchema
impl PartialEq for ModelMatrixSchema
source§fn eq(&self, other: &ModelMatrixSchema) -> bool
fn eq(&self, other: &ModelMatrixSchema) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ModelMatrixSchema
impl Eq for ModelMatrixSchema
impl StructuralPartialEq for ModelMatrixSchema
Auto Trait Implementations§
impl Freeze for ModelMatrixSchema
impl RefUnwindSafe for ModelMatrixSchema
impl Send for ModelMatrixSchema
impl Sync for ModelMatrixSchema
impl Unpin for ModelMatrixSchema
impl UnwindSafe for ModelMatrixSchema
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moresource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.