Struct reductionml_core::parsers::VwTextParserFactory
source · pub struct VwTextParserFactory;
Trait Implementations§
source§impl Default for VwTextParserFactory
impl Default for VwTextParserFactory
source§fn default() -> VwTextParserFactory
fn default() -> VwTextParserFactory
Returns the “default value” for a type. Read more
source§impl TextModeParserFactory for VwTextParserFactory
impl TextModeParserFactory for VwTextParserFactory
type Parser = VwTextParser
fn create( &self, features_type: FeaturesType, label_type: LabelType, hash_seed: u32, num_bits: u8, pool: Arc<Pool<SparseFeatures>> ) -> Self::Parser
Auto Trait Implementations§
impl RefUnwindSafe for VwTextParserFactory
impl Send for VwTextParserFactory
impl Sync for VwTextParserFactory
impl Unpin for VwTextParserFactory
impl UnwindSafe for VwTextParserFactory
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