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