pub struct OpenAiCodec;Expand description
Runtime codec for OpenAI-compatible chat-completion JSON fixtures.
Trait Implementations§
Source§impl Decoder for OpenAiCodec
impl Decoder for OpenAiCodec
Auto Trait Implementations§
impl Freeze for OpenAiCodec
impl RefUnwindSafe for OpenAiCodec
impl Send for OpenAiCodec
impl Sync for OpenAiCodec
impl Unpin for OpenAiCodec
impl UnsafeUnpin for OpenAiCodec
impl UnwindSafe for OpenAiCodec
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