pub struct DocumentProcessor<L, C> { /* private fields */ }Implementations§
Source§impl<L, C> DocumentProcessor<L, C>where
L: DocumentLoad,
C: DocumentChunk,
impl<L, C> DocumentProcessor<L, C>where
L: DocumentLoad,
C: DocumentChunk,
Auto Trait Implementations§
impl<L, C> Freeze for DocumentProcessor<L, C>
impl<L, C> RefUnwindSafe for DocumentProcessor<L, C>where
L: RefUnwindSafe,
C: RefUnwindSafe,
impl<L, C> Send for DocumentProcessor<L, C>
impl<L, C> Sync for DocumentProcessor<L, C>
impl<L, C> Unpin for DocumentProcessor<L, C>
impl<L, C> UnsafeUnpin for DocumentProcessor<L, C>where
L: UnsafeUnpin,
C: UnsafeUnpin,
impl<L, C> UnwindSafe for DocumentProcessor<L, C>where
L: UnwindSafe,
C: UnwindSafe,
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