pub struct AccountMetricsRequest {
pub set: AccountMetricSet,
pub start: Option<u32>,
pub end: Option<u32>,
pub interval: Option<TimeseriesInterval>,
}Fields§
§set: AccountMetricSet§start: Option<u32>§end: Option<u32>§interval: Option<TimeseriesInterval>Auto Trait Implementations§
impl Freeze for AccountMetricsRequest
impl RefUnwindSafe for AccountMetricsRequest
impl Send for AccountMetricsRequest
impl Sync for AccountMetricsRequest
impl Unpin for AccountMetricsRequest
impl UnsafeUnpin for AccountMetricsRequest
impl UnwindSafe for AccountMetricsRequest
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