pub struct CompiledProcessor { /* private fields */ }Expand description
Represents a compiled processor that can be loaded dynamically
Implementations§
Source§impl CompiledProcessor
impl CompiledProcessor
pub fn get_dylib_path(&self) -> &Path
pub fn get_schema(&self) -> &Schema
Auto Trait Implementations§
impl Freeze for CompiledProcessor
impl RefUnwindSafe for CompiledProcessor
impl Send for CompiledProcessor
impl Sync for CompiledProcessor
impl Unpin for CompiledProcessor
impl UnsafeUnpin for CompiledProcessor
impl UnwindSafe for CompiledProcessor
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