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