pub struct UsageDayView {Show 14 fields
pub day: i32,
pub label: String,
pub start_ms: u64,
pub end_ms: u64,
pub generated_at_ms: u64,
pub summary: UsageBucket,
pub hourly: Vec<UsageDayHourRow>,
pub provider_rows: Vec<UsageDayDimensionRow>,
pub station_rows: Vec<UsageDayDimensionRow>,
pub model_rows: Vec<UsageDayDimensionRow>,
pub session_rows: Vec<UsageDayDimensionRow>,
pub project_rows: Vec<UsageDayDimensionRow>,
pub retry_gate: UsageRetryGateSummary,
pub coverage: UsageDayCoverage,
}Fields§
§day: i32§label: String§start_ms: u64§end_ms: u64§generated_at_ms: u64§summary: UsageBucket§hourly: Vec<UsageDayHourRow>§provider_rows: Vec<UsageDayDimensionRow>§station_rows: Vec<UsageDayDimensionRow>§model_rows: Vec<UsageDayDimensionRow>§session_rows: Vec<UsageDayDimensionRow>§project_rows: Vec<UsageDayDimensionRow>§retry_gate: UsageRetryGateSummary§coverage: UsageDayCoverageTrait Implementations§
Source§impl Clone for UsageDayView
impl Clone for UsageDayView
Source§fn clone(&self) -> UsageDayView
fn clone(&self) -> UsageDayView
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 UsageDayView
impl Debug for UsageDayView
Source§impl Default for UsageDayView
impl Default for UsageDayView
Source§fn default() -> UsageDayView
fn default() -> UsageDayView
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UsageDayView
impl<'de> Deserialize<'de> for UsageDayView
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
impl Eq for UsageDayView
Source§impl PartialEq for UsageDayView
impl PartialEq for UsageDayView
Source§impl Serialize for UsageDayView
impl Serialize for UsageDayView
impl StructuralPartialEq for UsageDayView
Auto Trait Implementations§
impl Freeze for UsageDayView
impl RefUnwindSafe for UsageDayView
impl Send for UsageDayView
impl Sync for UsageDayView
impl Unpin for UsageDayView
impl UnsafeUnpin for UsageDayView
impl UnwindSafe for UsageDayView
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.