pub struct OpenAIProtocol;Expand description
OpenAI protocol converter.
Auto Trait Implementations§
impl Freeze for OpenAIProtocol
impl RefUnwindSafe for OpenAIProtocol
impl Send for OpenAIProtocol
impl Sync for OpenAIProtocol
impl Unpin for OpenAIProtocol
impl UnsafeUnpin for OpenAIProtocol
impl UnwindSafe for OpenAIProtocol
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