pub struct ProviderAddResult {
pub models: Vec<Value>,
}Expand description
The selectable model entries synthesized for the models added by this call.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§models: Vec<Value>Synthesized selectable model entries for the newly added BYOK models, each under its provider-qualified selection id (provider/id). Empty when only providers were added.
Trait Implementations§
Source§impl Clone for ProviderAddResult
impl Clone for ProviderAddResult
Source§fn clone(&self) -> ProviderAddResult
fn clone(&self) -> ProviderAddResult
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 ProviderAddResult
impl Debug for ProviderAddResult
Source§impl Default for ProviderAddResult
impl Default for ProviderAddResult
Source§fn default() -> ProviderAddResult
fn default() -> ProviderAddResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProviderAddResult
impl<'de> Deserialize<'de> for ProviderAddResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ProviderAddResult
impl RefUnwindSafe for ProviderAddResult
impl Send for ProviderAddResult
impl Sync for ProviderAddResult
impl Unpin for ProviderAddResult
impl UnsafeUnpin for ProviderAddResult
impl UnwindSafe for ProviderAddResult
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