pub struct ClaudeCodeHint {
pub value: String,
pub source_command: String,
}Expand description
Claude code hint structure.
Fields§
§value: String§source_command: StringAuto Trait Implementations§
impl Freeze for ClaudeCodeHint
impl RefUnwindSafe for ClaudeCodeHint
impl Send for ClaudeCodeHint
impl Sync for ClaudeCodeHint
impl Unpin for ClaudeCodeHint
impl UnsafeUnpin for ClaudeCodeHint
impl UnwindSafe for ClaudeCodeHint
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