pub struct StaticQueryGenerator { /* private fields */ }Expand description
静态查询生成器(不依赖 LLM)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for StaticQueryGenerator
impl !UnwindSafe for StaticQueryGenerator
impl Freeze for StaticQueryGenerator
impl Send for StaticQueryGenerator
impl Sync for StaticQueryGenerator
impl Unpin for StaticQueryGenerator
impl UnsafeUnpin for StaticQueryGenerator
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