pub struct PluginScanner { /* private fields */ }Expand description
Scanner for Claude Code plugin definitions (marketplace.json)
Implementations§
Source§impl PluginScanner
impl PluginScanner
Sourcepub fn with_skip_comments(self, skip: bool) -> Self
pub fn with_skip_comments(self, skip: bool) -> Self
Enables or disables comment skipping during scanning.
Sourcepub fn with_dynamic_rules(self, rules: Vec<DynamicRule>) -> Self
pub fn with_dynamic_rules(self, rules: Vec<DynamicRule>) -> Self
Adds dynamic rules loaded from custom YAML files.
Source§impl PluginScanner
impl PluginScanner
Trait Implementations§
Source§impl Default for PluginScanner
impl Default for PluginScanner
Auto Trait Implementations§
impl Freeze for PluginScanner
impl RefUnwindSafe for PluginScanner
impl Send for PluginScanner
impl Sync for PluginScanner
impl Unpin for PluginScanner
impl UnwindSafe for PluginScanner
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