#[non_exhaustive]pub struct ClaudeJson {}Expand description
Parsed ~/.claude.json per-user state. Stub.
Trait Implementations§
Source§impl Clone for ClaudeJson
impl Clone for ClaudeJson
Source§fn clone(&self) -> ClaudeJson
fn clone(&self) -> ClaudeJson
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 moreAuto Trait Implementations§
impl Freeze for ClaudeJson
impl RefUnwindSafe for ClaudeJson
impl Send for ClaudeJson
impl Sync for ClaudeJson
impl Unpin for ClaudeJson
impl UnsafeUnpin for ClaudeJson
impl UnwindSafe for ClaudeJson
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