pub struct PingModels {
pub anthropic: String,
pub openai: String,
pub xai: String,
pub gemini: String,
}Fields§
§anthropic: String§openai: String§xai: String§gemini: StringTrait Implementations§
Source§impl Clone for PingModels
impl Clone for PingModels
Source§fn clone(&self) -> PingModels
fn clone(&self) -> PingModels
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 moreAuto Trait Implementations§
impl Freeze for PingModels
impl RefUnwindSafe for PingModels
impl Send for PingModels
impl Sync for PingModels
impl Unpin for PingModels
impl UnsafeUnpin for PingModels
impl UnwindSafe for PingModels
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