pub struct SubagentSpawnRequests {
pub background: u64,
pub foreground: u64,
pub unset: u64,
}Expand description
Spawn counts by the run_in_background value the model passed, carried in
SubagentStats::requested.
Fields§
§background: u64§foreground: u64§unset: u64Trait Implementations§
Source§impl Clone for SubagentSpawnRequests
impl Clone for SubagentSpawnRequests
Source§fn clone(&self) -> SubagentSpawnRequests
fn clone(&self) -> SubagentSpawnRequests
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 SubagentSpawnRequests
impl Debug for SubagentSpawnRequests
Source§impl Default for SubagentSpawnRequests
impl Default for SubagentSpawnRequests
Source§fn default() -> SubagentSpawnRequests
fn default() -> SubagentSpawnRequests
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SubagentSpawnRequests
impl<'de> Deserialize<'de> for SubagentSpawnRequests
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 SubagentSpawnRequests
impl PartialEq for SubagentSpawnRequests
Source§impl Serialize for SubagentSpawnRequests
impl Serialize for SubagentSpawnRequests
impl StructuralPartialEq for SubagentSpawnRequests
Auto Trait Implementations§
impl Freeze for SubagentSpawnRequests
impl RefUnwindSafe for SubagentSpawnRequests
impl Send for SubagentSpawnRequests
impl Sync for SubagentSpawnRequests
impl Unpin for SubagentSpawnRequests
impl UnsafeUnpin for SubagentSpawnRequests
impl UnwindSafe for SubagentSpawnRequests
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