pub struct AnthropicCodecLib { /* private fields */ }Expand description
Host-registered lib for codec:anthropic.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnthropicCodecLib
impl RefUnwindSafe for AnthropicCodecLib
impl Send for AnthropicCodecLib
impl Sync for AnthropicCodecLib
impl Unpin for AnthropicCodecLib
impl UnsafeUnpin for AnthropicCodecLib
impl UnwindSafe for AnthropicCodecLib
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