pub struct SkillsSection { /* private fields */ }Implementations§
Source§impl SkillsSection
impl SkillsSection
pub fn new(registry: Arc<SkillRegistry>) -> Self
Trait Implementations§
Source§impl PromptSection for SkillsSection
impl PromptSection for SkillsSection
Auto Trait Implementations§
impl Freeze for SkillsSection
impl RefUnwindSafe for SkillsSection
impl Send for SkillsSection
impl Sync for SkillsSection
impl Unpin for SkillsSection
impl UnsafeUnpin for SkillsSection
impl UnwindSafe for SkillsSection
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