pub struct ActivePayload {
pub five_hour: Option<UsageWindow>,
pub seven_day: Option<UsageWindow>,
pub seven_day_sonnet: Option<UsageWindow>,
pub seven_day_opus: Option<UsageWindow>,
pub extra_usage: Option<ExtraUsage>,
pub updated_at: String,
pub source: DataSource,
pub cost_data: Option<CostData>,
}Fields§
§five_hour: Option<UsageWindow>§seven_day: Option<UsageWindow>§seven_day_sonnet: Option<UsageWindow>§seven_day_opus: Option<UsageWindow>§extra_usage: Option<ExtraUsage>§updated_at: String§source: DataSource§cost_data: Option<CostData>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActivePayload
impl RefUnwindSafe for ActivePayload
impl Send for ActivePayload
impl Sync for ActivePayload
impl Unpin for ActivePayload
impl UnsafeUnpin for ActivePayload
impl UnwindSafe for ActivePayload
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