Enum rust_ai::openai::endpoint::EndpointVariant
source · pub enum EndpointVariant {
None,
Extended(String),
}Expand description
Enum for endpoints that have several variants.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EndpointVariant
impl Send for EndpointVariant
impl Sync for EndpointVariant
impl Unpin for EndpointVariant
impl UnwindSafe for EndpointVariant
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