pub struct DefaultHlsContentProcessor;Expand description
Default HLS content processor for low-risk text normalizations.
Trait Implementations§
Source§impl Clone for DefaultHlsContentProcessor
impl Clone for DefaultHlsContentProcessor
Source§fn clone(&self) -> DefaultHlsContentProcessor
fn clone(&self) -> DefaultHlsContentProcessor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ContentProcessor for DefaultHlsContentProcessor
impl ContentProcessor for DefaultHlsContentProcessor
Source§fn can_process(
&self,
extractor_type: ExtractorType,
_raw_text: &str,
_config: &ParserConfig,
) -> bool
fn can_process( &self, extractor_type: ExtractorType, _raw_text: &str, _config: &ParserConfig, ) -> bool
Returns whether this processor should run.
impl Copy for DefaultHlsContentProcessor
Source§impl Debug for DefaultHlsContentProcessor
impl Debug for DefaultHlsContentProcessor
Source§impl Default for DefaultHlsContentProcessor
impl Default for DefaultHlsContentProcessor
Source§fn default() -> DefaultHlsContentProcessor
fn default() -> DefaultHlsContentProcessor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultHlsContentProcessor
impl RefUnwindSafe for DefaultHlsContentProcessor
impl Send for DefaultHlsContentProcessor
impl Sync for DefaultHlsContentProcessor
impl Unpin for DefaultHlsContentProcessor
impl UnsafeUnpin for DefaultHlsContentProcessor
impl UnwindSafe for DefaultHlsContentProcessor
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