pub struct ParserProcessor { /* private fields */ }
Implementations§
Source§impl ParserProcessor
impl ParserProcessor
pub fn spawn( concurrency_profile: ConcurrencyProfile, parser_profile: ParserProfile, ) -> Arc<Sender<ParserTask>>
pub async fn go(self) -> Result<()>
Trait Implementations§
Source§impl Clone for ParserProcessor
impl Clone for ParserProcessor
Source§fn clone(&self) -> ParserProcessor
fn clone(&self) -> ParserProcessor
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ParserProcessor
impl !RefUnwindSafe for ParserProcessor
impl Send for ParserProcessor
impl Sync for ParserProcessor
impl Unpin for ParserProcessor
impl !UnwindSafe for ParserProcessor
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