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