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