pub struct ClaudeCode;Expand description
The Claude Code harness marker.
Trait Implementations§
Source§impl Clone for ClaudeCode
impl Clone for ClaudeCode
Source§fn clone(&self) -> ClaudeCode
fn clone(&self) -> ClaudeCode
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 Codec for ClaudeCode
impl Codec for ClaudeCode
Source§fn to_common(transcript: &Transcript<Self>) -> Result<Transcript<Common>>
fn to_common(transcript: &Transcript<Self>) -> Result<Transcript<Common>>
Errors Read more
Source§fn from_common(transcript: &Transcript<Common>) -> Result<Transcript<Self>>
fn from_common(transcript: &Transcript<Common>) -> Result<Transcript<Self>>
Errors Read more
impl Copy for ClaudeCode
Source§impl Debug for ClaudeCode
impl Debug for ClaudeCode
impl Eq for ClaudeCode
Source§impl Harness for ClaudeCode
impl Harness for ClaudeCode
Source§impl PartialEq for ClaudeCode
impl PartialEq for ClaudeCode
impl StructuralPartialEq for ClaudeCode
Source§impl TextCodec for ClaudeCode
impl TextCodec for ClaudeCode
Auto Trait Implementations§
impl Freeze for ClaudeCode
impl RefUnwindSafe for ClaudeCode
impl Send for ClaudeCode
impl Sync for ClaudeCode
impl Unpin for ClaudeCode
impl UnsafeUnpin for ClaudeCode
impl UnwindSafe for ClaudeCode
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,
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.