pub enum AzureOpenAIAuth {
ApiKey(String),
Token(String),
}
Variants§
Trait Implementations§
Source§impl Clone for AzureOpenAIAuth
impl Clone for AzureOpenAIAuth
Source§fn clone(&self) -> AzureOpenAIAuth
fn clone(&self) -> AzureOpenAIAuth
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AzureOpenAIAuth
impl Debug for AzureOpenAIAuth
Auto Trait Implementations§
impl Freeze for AzureOpenAIAuth
impl RefUnwindSafe for AzureOpenAIAuth
impl Send for AzureOpenAIAuth
impl Sync for AzureOpenAIAuth
impl Unpin for AzureOpenAIAuth
impl UnwindSafe for AzureOpenAIAuth
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