pub struct PromptExtractor {}Implementations§
Auto Trait Implementations§
impl Freeze for PromptExtractor
impl RefUnwindSafe for PromptExtractor
impl Send for PromptExtractor
impl Sync for PromptExtractor
impl Unpin for PromptExtractor
impl UnsafeUnpin for PromptExtractor
impl UnwindSafe for PromptExtractor
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