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