pub struct ProviderUrls {
pub anthropic: String,
pub openai: String,
pub google: String,
}Fields§
§anthropic: String§openai: String§google: StringTrait Implementations§
Source§impl Clone for ProviderUrls
impl Clone for ProviderUrls
Source§fn clone(&self) -> ProviderUrls
fn clone(&self) -> ProviderUrls
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProviderUrls
impl Debug for ProviderUrls
Auto Trait Implementations§
impl Freeze for ProviderUrls
impl RefUnwindSafe for ProviderUrls
impl Send for ProviderUrls
impl Sync for ProviderUrls
impl Unpin for ProviderUrls
impl UnsafeUnpin for ProviderUrls
impl UnwindSafe for ProviderUrls
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