pub struct PointView {
pub t: Option<String>,
pub v: Option<i32>,
}Fields§
§t: Option<String>the bucket’s start, RFC3339 (UTC)
v: Option<i32>how many invocations fell in it — a real count, never interpolated
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PointView
impl<'de> Deserialize<'de> for PointView
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 StructuralPartialEq for PointView
Auto Trait Implementations§
impl Freeze for PointView
impl RefUnwindSafe for PointView
impl Send for PointView
impl Sync for PointView
impl Unpin for PointView
impl UnsafeUnpin for PointView
impl UnwindSafe for PointView
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