pub struct TrainFasttextModel { /* private fields */ }
Trait Implementations§
Source§impl Clone for TrainFasttextModel
impl Clone for TrainFasttextModel
Source§fn clone(&self) -> TrainFasttextModel
fn clone(&self) -> TrainFasttextModel
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<'a> TConstraint<'a> for TrainFasttextModel
impl<'a> TConstraint<'a> for TrainFasttextModel
type Root = AoristRef<FasttextEmbeddingSchema>
type Outer = Constraint
type Ancestry = ConceptAncestry
fn get_root_type_name() -> Result<String>
fn get_required_constraint_names() -> Vec<String>
fn should_add(root: AoristRef<Concept>, ancestry: &ConceptAncestry) -> bool
fn new( root_uuid: Uuid, potential_child_constraints: Vec<Arc<RwLock<Constraint>>>, ) -> Result<Self>
Source§impl<'a> TProgram<'a, TrainFasttextModel> for TrainFasttextModelProgram
impl<'a> TProgram<'a, TrainFasttextModel> for TrainFasttextModelProgram
fn new( code: String, entrypoint: String, arg_functions: Vec<(Vec<String>, String)>, kwarg_functions: LinkedHashMap<String, (Vec<String>, String)>, dialect: Dialect, ) -> Self
fn get_arg_functions(&self) -> Vec<(Vec<String>, String)>
fn get_code(&self) -> String
fn get_dialect(&self) -> Dialect
fn get_entrypoint(&self) -> String
fn get_kwarg_functions(&self) -> LinkedHashMap<String, (Vec<String>, String)>
Auto Trait Implementations§
impl Freeze for TrainFasttextModel
impl RefUnwindSafe for TrainFasttextModel
impl Send for TrainFasttextModel
impl Sync for TrainFasttextModel
impl Unpin for TrainFasttextModel
impl UnwindSafe for TrainFasttextModel
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