pub struct ErrorTrendPoint {
pub hour: String,
pub count: i64,
}Expand description
Error trend point for charting
Fields§
§hour: String§count: i64Trait Implementations§
Source§impl Clone for ErrorTrendPoint
impl Clone for ErrorTrendPoint
Source§fn clone(&self) -> ErrorTrendPoint
fn clone(&self) -> ErrorTrendPoint
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 ErrorTrendPoint
impl Debug for ErrorTrendPoint
Auto Trait Implementations§
impl Freeze for ErrorTrendPoint
impl RefUnwindSafe for ErrorTrendPoint
impl Send for ErrorTrendPoint
impl Sync for ErrorTrendPoint
impl Unpin for ErrorTrendPoint
impl UnsafeUnpin for ErrorTrendPoint
impl UnwindSafe for ErrorTrendPoint
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