pub struct RawCost {
pub total_cost_usd: f64,
pub total_duration_ms: u64,
pub total_api_duration_ms: u64,
pub total_lines_added: u64,
pub total_lines_removed: u64,
}Fields§
§total_cost_usd: f64§total_duration_ms: u64§total_api_duration_ms: u64§total_lines_added: u64§total_lines_removed: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for RawCost
impl<'de> Deserialize<'de> for RawCost
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 RawCost
impl RefUnwindSafe for RawCost
impl Send for RawCost
impl Sync for RawCost
impl Unpin for RawCost
impl UnsafeUnpin for RawCost
impl UnwindSafe for RawCost
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