pub struct LlmGuideHandler;Expand description
Handler for the llm-guide command
This command provides documentation and guidance for LLMs to effectively work with flamegraph analysis and performance data.
Trait Implementations§
Source§impl CommandHandler for LlmGuideHandler
impl CommandHandler for LlmGuideHandler
Auto Trait Implementations§
impl Freeze for LlmGuideHandler
impl RefUnwindSafe for LlmGuideHandler
impl Send for LlmGuideHandler
impl Sync for LlmGuideHandler
impl Unpin for LlmGuideHandler
impl UnwindSafe for LlmGuideHandler
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