pub struct ClaudeWrapper;Trait Implementations§
Source§impl Wrapper for ClaudeWrapper
impl Wrapper for ClaudeWrapper
Auto Trait Implementations§
impl Freeze for ClaudeWrapper
impl RefUnwindSafe for ClaudeWrapper
impl Send for ClaudeWrapper
impl Sync for ClaudeWrapper
impl Unpin for ClaudeWrapper
impl UnsafeUnpin for ClaudeWrapper
impl UnwindSafe for ClaudeWrapper
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