pub struct LazySkillPrompter { /* private fields */ }Expand description
Lazy-loading strategy (default)
Only includes brief_description + instructions to call get_skill_detail
Implementations§
Trait Implementations§
Source§impl Default for LazySkillPrompter
impl Default for LazySkillPrompter
Source§impl SkillPrompter for LazySkillPrompter
impl SkillPrompter for LazySkillPrompter
Auto Trait Implementations§
impl Freeze for LazySkillPrompter
impl RefUnwindSafe for LazySkillPrompter
impl Send for LazySkillPrompter
impl Sync for LazySkillPrompter
impl Unpin for LazySkillPrompter
impl UnsafeUnpin for LazySkillPrompter
impl UnwindSafe for LazySkillPrompter
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