Enum cfasttext_sys::model_name_t
source · #[repr(u32)]
pub enum model_name_t {
MODEL_CBOW,
MODEL_SG,
MODEL_SUP,
}Variants§
Trait Implementations§
source§impl Clone for model_name_t
impl Clone for model_name_t
source§fn clone(&self) -> model_name_t
fn clone(&self) -> model_name_t
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 model_name_t
impl Debug for model_name_t
source§impl Hash for model_name_t
impl Hash for model_name_t
source§impl PartialEq<model_name_t> for model_name_t
impl PartialEq<model_name_t> for model_name_t
source§fn eq(&self, other: &model_name_t) -> bool
fn eq(&self, other: &model_name_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.