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