pub enum AiApiMode {
Sync,
Async,
Streaming,
Batch,
Realtime,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for AiApiMode
impl Ord for AiApiMode
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for AiApiMode
impl PartialOrd for AiApiMode
impl Copy for AiApiMode
impl Eq for AiApiMode
impl StructuralPartialEq for AiApiMode
Auto Trait Implementations§
impl Freeze for AiApiMode
impl RefUnwindSafe for AiApiMode
impl Send for AiApiMode
impl Sync for AiApiMode
impl Unpin for AiApiMode
impl UnsafeUnpin for AiApiMode
impl UnwindSafe for AiApiMode
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