pub struct ClaudeCodeHints {
pub plugin: Option<Vec<String>>,
pub disabled: Option<bool>,
}Expand description
Claude code hints
Fields§
§plugin: Option<Vec<String>>§disabled: Option<bool>Trait Implementations§
Source§impl Clone for ClaudeCodeHints
impl Clone for ClaudeCodeHints
Source§fn clone(&self) -> ClaudeCodeHints
fn clone(&self) -> ClaudeCodeHints
Returns a duplicate of the value. Read more
1.0.0 · 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 ClaudeCodeHints
impl Debug for ClaudeCodeHints
Source§impl Default for ClaudeCodeHints
impl Default for ClaudeCodeHints
Source§fn default() -> ClaudeCodeHints
fn default() -> ClaudeCodeHints
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClaudeCodeHints
impl<'de> Deserialize<'de> for ClaudeCodeHints
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
Auto Trait Implementations§
impl Freeze for ClaudeCodeHints
impl RefUnwindSafe for ClaudeCodeHints
impl Send for ClaudeCodeHints
impl Sync for ClaudeCodeHints
impl Unpin for ClaudeCodeHints
impl UnsafeUnpin for ClaudeCodeHints
impl UnwindSafe for ClaudeCodeHints
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