pub struct PluginComponentHints {
pub skills: bool,
pub commands: bool,
pub agents: bool,
pub mcp_servers: bool,
pub hooks: bool,
pub apps: bool,
pub lsp_servers: bool,
pub rules: bool,
pub assets: bool,
}Fields§
§skills: bool§commands: bool§agents: bool§mcp_servers: bool§hooks: bool§apps: bool§lsp_servers: bool§rules: bool§assets: boolImplementations§
Source§impl PluginComponentHints
impl PluginComponentHints
pub fn command_capable(&self) -> bool
Trait Implementations§
Source§impl Clone for PluginComponentHints
impl Clone for PluginComponentHints
Source§fn clone(&self) -> PluginComponentHints
fn clone(&self) -> PluginComponentHints
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PluginComponentHints
impl Debug for PluginComponentHints
Source§impl Default for PluginComponentHints
impl Default for PluginComponentHints
Source§fn default() -> PluginComponentHints
fn default() -> PluginComponentHints
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PluginComponentHints
impl<'de> Deserialize<'de> for PluginComponentHints
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PluginComponentHints
Source§impl PartialEq for PluginComponentHints
impl PartialEq for PluginComponentHints
Source§fn eq(&self, other: &PluginComponentHints) -> bool
fn eq(&self, other: &PluginComponentHints) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PluginComponentHints
impl Serialize for PluginComponentHints
impl StructuralPartialEq for PluginComponentHints
Auto Trait Implementations§
impl Freeze for PluginComponentHints
impl RefUnwindSafe for PluginComponentHints
impl Send for PluginComponentHints
impl Sync for PluginComponentHints
impl Unpin for PluginComponentHints
impl UnsafeUnpin for PluginComponentHints
impl UnwindSafe for PluginComponentHints
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.