pub struct DefaultDashContentProcessor;Expand description
Default DASH content processor for missing namespace declarations.
Trait Implementations§
Source§impl Clone for DefaultDashContentProcessor
impl Clone for DefaultDashContentProcessor
Source§fn clone(&self) -> DefaultDashContentProcessor
fn clone(&self) -> DefaultDashContentProcessor
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 DefaultDashContentProcessor
impl ContentProcessor for DefaultDashContentProcessor
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 DefaultDashContentProcessor
Source§impl Debug for DefaultDashContentProcessor
impl Debug for DefaultDashContentProcessor
Source§impl Default for DefaultDashContentProcessor
impl Default for DefaultDashContentProcessor
Source§fn default() -> DefaultDashContentProcessor
fn default() -> DefaultDashContentProcessor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultDashContentProcessor
impl RefUnwindSafe for DefaultDashContentProcessor
impl Send for DefaultDashContentProcessor
impl Sync for DefaultDashContentProcessor
impl Unpin for DefaultDashContentProcessor
impl UnsafeUnpin for DefaultDashContentProcessor
impl UnwindSafe for DefaultDashContentProcessor
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