pub struct AiModelHandler;
Expand description
AI model handler for ai.callModel function (placeholder)
Implementations§
Auto Trait Implementations§
impl Freeze for AiModelHandler
impl RefUnwindSafe for AiModelHandler
impl Send for AiModelHandler
impl Sync for AiModelHandler
impl Unpin for AiModelHandler
impl UnwindSafe for AiModelHandler
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