pub struct FactoryRunConsumed {
pub active_ms: i64,
pub nano_aiu: i64,
pub subagents: i64,
}Expand description
Durable factory resource consumption.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§active_ms: i64§nano_aiu: i64§subagents: i64Trait Implementations§
Source§impl Clone for FactoryRunConsumed
impl Clone for FactoryRunConsumed
Source§fn clone(&self) -> FactoryRunConsumed
fn clone(&self) -> FactoryRunConsumed
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 FactoryRunConsumed
impl Debug for FactoryRunConsumed
Source§impl Default for FactoryRunConsumed
impl Default for FactoryRunConsumed
Source§fn default() -> FactoryRunConsumed
fn default() -> FactoryRunConsumed
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FactoryRunConsumed
impl<'de> Deserialize<'de> for FactoryRunConsumed
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
Auto Trait Implementations§
impl Freeze for FactoryRunConsumed
impl RefUnwindSafe for FactoryRunConsumed
impl Send for FactoryRunConsumed
impl Sync for FactoryRunConsumed
impl Unpin for FactoryRunConsumed
impl UnsafeUnpin for FactoryRunConsumed
impl UnwindSafe for FactoryRunConsumed
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