pub struct AzureStreamAdapter;Expand description
Future: Azure OpenAI adapter
Auto Trait Implementations§
impl Freeze for AzureStreamAdapter
impl RefUnwindSafe for AzureStreamAdapter
impl Send for AzureStreamAdapter
impl Sync for AzureStreamAdapter
impl Unpin for AzureStreamAdapter
impl UnwindSafe for AzureStreamAdapter
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