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