pub struct ServiceStatusProbeConfig {
pub id: Option<String>,
pub provider: Option<String>,
pub endpoint: Option<String>,
pub url: Option<String>,
pub models: Vec<String>,
pub timeout_ms: Option<u64>,
pub high_latency_ms: Option<u64>,
pub headers: BTreeMap<String, String>,
}Fields§
§id: Option<String>§provider: Option<String>§endpoint: Option<String>§url: Option<String>§models: Vec<String>§timeout_ms: Option<u64>§high_latency_ms: Option<u64>§headers: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for ServiceStatusProbeConfig
impl Clone for ServiceStatusProbeConfig
Source§fn clone(&self) -> ServiceStatusProbeConfig
fn clone(&self) -> ServiceStatusProbeConfig
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 ServiceStatusProbeConfig
impl Debug for ServiceStatusProbeConfig
Source§impl Default for ServiceStatusProbeConfig
impl Default for ServiceStatusProbeConfig
Source§fn default() -> ServiceStatusProbeConfig
fn default() -> ServiceStatusProbeConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceStatusProbeConfigwhere
ServiceStatusProbeConfig: Default,
impl<'de> Deserialize<'de> for ServiceStatusProbeConfigwhere
ServiceStatusProbeConfig: Default,
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
impl Eq for ServiceStatusProbeConfig
Source§impl PartialEq for ServiceStatusProbeConfig
impl PartialEq for ServiceStatusProbeConfig
Source§impl Serialize for ServiceStatusProbeConfig
impl Serialize for ServiceStatusProbeConfig
impl StructuralPartialEq for ServiceStatusProbeConfig
Auto Trait Implementations§
impl Freeze for ServiceStatusProbeConfig
impl RefUnwindSafe for ServiceStatusProbeConfig
impl Send for ServiceStatusProbeConfig
impl Sync for ServiceStatusProbeConfig
impl Unpin for ServiceStatusProbeConfig
impl UnsafeUnpin for ServiceStatusProbeConfig
impl UnwindSafe for ServiceStatusProbeConfig
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.