pub struct ServiceControlProfile {
pub extends: Option<String>,
pub station: Option<String>,
pub model: Option<String>,
pub reasoning_effort: Option<String>,
pub service_tier: Option<String>,
}Fields§
§extends: Option<String>§station: Option<String>Retained for legacy/v2 profiles. V4 route graph configs should express provider selection in the service routing block instead of profile-level station bindings.
model: Option<String>§reasoning_effort: Option<String>§service_tier: Option<String>Trait Implementations§
Source§impl Clone for ServiceControlProfile
impl Clone for ServiceControlProfile
Source§fn clone(&self) -> ServiceControlProfile
fn clone(&self) -> ServiceControlProfile
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 ServiceControlProfile
impl Debug for ServiceControlProfile
Source§impl Default for ServiceControlProfile
impl Default for ServiceControlProfile
Source§fn default() -> ServiceControlProfile
fn default() -> ServiceControlProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceControlProfile
impl<'de> Deserialize<'de> for ServiceControlProfile
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
Source§impl PartialEq for ServiceControlProfile
impl PartialEq for ServiceControlProfile
Source§fn eq(&self, other: &ServiceControlProfile) -> bool
fn eq(&self, other: &ServiceControlProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ServiceControlProfile
impl Serialize for ServiceControlProfile
impl Eq for ServiceControlProfile
impl StructuralPartialEq for ServiceControlProfile
Auto Trait Implementations§
impl Freeze for ServiceControlProfile
impl RefUnwindSafe for ServiceControlProfile
impl Send for ServiceControlProfile
impl Sync for ServiceControlProfile
impl Unpin for ServiceControlProfile
impl UnsafeUnpin for ServiceControlProfile
impl UnwindSafe for ServiceControlProfile
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.