pub struct GatewayAgentClient { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ModelClient for GatewayAgentClient
impl ModelClient for GatewayAgentClient
fn generate( &mut self, request: &ModelRequest, ) -> Result<ModelResponse, AgentError>
Auto Trait Implementations§
impl !RefUnwindSafe for GatewayAgentClient
impl !UnwindSafe for GatewayAgentClient
impl Freeze for GatewayAgentClient
impl Send for GatewayAgentClient
impl Sync for GatewayAgentClient
impl Unpin for GatewayAgentClient
impl UnsafeUnpin for GatewayAgentClient
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