pub struct DefaultInterpreterFactory;Expand description
Default factory supporting Test + ACP/GrokBuild dialects.
Implementations§
Trait Implementations§
Source§impl Clone for DefaultInterpreterFactory
impl Clone for DefaultInterpreterFactory
Source§fn clone(&self) -> DefaultInterpreterFactory
fn clone(&self) -> DefaultInterpreterFactory
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 Debug for DefaultInterpreterFactory
impl Debug for DefaultInterpreterFactory
Source§impl Default for DefaultInterpreterFactory
impl Default for DefaultInterpreterFactory
Source§fn default() -> DefaultInterpreterFactory
fn default() -> DefaultInterpreterFactory
Returns the “default value” for a type. Read more
Source§impl InterpreterFactory for DefaultInterpreterFactory
impl InterpreterFactory for DefaultInterpreterFactory
Source§fn supports(&self, dialect: &DialectBinding) -> SupportLevel
fn supports(&self, dialect: &DialectBinding) -> SupportLevel
Report support for a dialect binding.
Source§fn start(
&self,
request: StartInterpretation,
) -> Result<Interpretation, InterpreterError>
fn start( &self, request: StartInterpretation, ) -> Result<Interpretation, InterpreterError>
Start an interpretation. Returns immediately with live handles.
Auto Trait Implementations§
impl Freeze for DefaultInterpreterFactory
impl RefUnwindSafe for DefaultInterpreterFactory
impl Send for DefaultInterpreterFactory
impl Sync for DefaultInterpreterFactory
impl Unpin for DefaultInterpreterFactory
impl UnsafeUnpin for DefaultInterpreterFactory
impl UnwindSafe for DefaultInterpreterFactory
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