pub enum OpenAiAuthentication {
Bearer {
bearer: String,
},
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for OpenAiAuthentication
impl RefUnwindSafe for OpenAiAuthentication
impl Send for OpenAiAuthentication
impl Sync for OpenAiAuthentication
impl Unpin for OpenAiAuthentication
impl UnsafeUnpin for OpenAiAuthentication
impl UnwindSafe for OpenAiAuthentication
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