pub struct AnalyzerFactory {}Expand description
This factory produces analyzers.
Implementations§
Auto Trait Implementations§
impl Freeze for AnalyzerFactory
impl RefUnwindSafe for AnalyzerFactory
impl Send for AnalyzerFactory
impl Sync for AnalyzerFactory
impl Unpin for AnalyzerFactory
impl UnsafeUnpin for AnalyzerFactory
impl UnwindSafe for AnalyzerFactory
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