pub struct DefaultAnalyzer { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultAnalyzer
impl RefUnwindSafe for DefaultAnalyzer
impl Send for DefaultAnalyzer
impl Sync for DefaultAnalyzer
impl Unpin for DefaultAnalyzer
impl UnwindSafe for DefaultAnalyzer
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