pub struct AgentConstraintsConfig {
pub max_concurrent: i32,
pub timeout_ms: i64,
}Fields§
§max_concurrent: i32§timeout_ms: i64Trait Implementations§
Source§impl Clone for AgentConstraintsConfig
impl Clone for AgentConstraintsConfig
Source§fn clone(&self) -> AgentConstraintsConfig
fn clone(&self) -> AgentConstraintsConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 AgentConstraintsConfig
impl Debug for AgentConstraintsConfig
Source§impl<'de> Deserialize<'de> for AgentConstraintsConfig
impl<'de> Deserialize<'de> for AgentConstraintsConfig
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 AgentConstraintsConfig
impl PartialEq for AgentConstraintsConfig
Source§impl Serialize for AgentConstraintsConfig
impl Serialize for AgentConstraintsConfig
impl StructuralPartialEq for AgentConstraintsConfig
Auto Trait Implementations§
impl Freeze for AgentConstraintsConfig
impl RefUnwindSafe for AgentConstraintsConfig
impl Send for AgentConstraintsConfig
impl Sync for AgentConstraintsConfig
impl Unpin for AgentConstraintsConfig
impl UnwindSafe for AgentConstraintsConfig
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