pub struct ClaudeApp;Expand description
Claude Code 应用配置
Implementations§
Auto Trait Implementations§
impl Freeze for ClaudeApp
impl RefUnwindSafe for ClaudeApp
impl Send for ClaudeApp
impl Sync for ClaudeApp
impl Unpin for ClaudeApp
impl UnwindSafe for ClaudeApp
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