pub struct ModelOutputRetryConfig {
pub max_retries: Option<u32>,
}Expand description
antigravity.localharness.ModelOutputRetryConfig
Fields§
§max_retries: Option<u32>Trait Implementations§
Source§impl Clone for ModelOutputRetryConfig
impl Clone for ModelOutputRetryConfig
Source§fn clone(&self) -> ModelOutputRetryConfig
fn clone(&self) -> ModelOutputRetryConfig
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 ModelOutputRetryConfig
impl Debug for ModelOutputRetryConfig
Source§impl Default for ModelOutputRetryConfig
impl Default for ModelOutputRetryConfig
Source§fn default() -> ModelOutputRetryConfig
fn default() -> ModelOutputRetryConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModelOutputRetryConfig
impl<'de> Deserialize<'de> for ModelOutputRetryConfig
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 ModelOutputRetryConfig
impl PartialEq for ModelOutputRetryConfig
Source§impl Serialize for ModelOutputRetryConfig
impl Serialize for ModelOutputRetryConfig
impl StructuralPartialEq for ModelOutputRetryConfig
Auto Trait Implementations§
impl Freeze for ModelOutputRetryConfig
impl RefUnwindSafe for ModelOutputRetryConfig
impl Send for ModelOutputRetryConfig
impl Sync for ModelOutputRetryConfig
impl Unpin for ModelOutputRetryConfig
impl UnsafeUnpin for ModelOutputRetryConfig
impl UnwindSafe for ModelOutputRetryConfig
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