pub struct FullDetailPrompter;Expand description
Full-injection strategy
Injects both brief and detailed descriptions
Trait Implementations§
Source§impl SkillPrompter for FullDetailPrompter
impl SkillPrompter for FullDetailPrompter
Auto Trait Implementations§
impl Freeze for FullDetailPrompter
impl RefUnwindSafe for FullDetailPrompter
impl Send for FullDetailPrompter
impl Sync for FullDetailPrompter
impl Unpin for FullDetailPrompter
impl UnsafeUnpin for FullDetailPrompter
impl UnwindSafe for FullDetailPrompter
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