pub struct LogStatDataPoint {
pub total: i32,
pub date: String,
}Fields§
§total: i32§date: StringTrait Implementations§
Source§impl Clone for LogStatDataPoint
impl Clone for LogStatDataPoint
Source§fn clone(&self) -> LogStatDataPoint
fn clone(&self) -> LogStatDataPoint
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 LogStatDataPoint
impl Debug for LogStatDataPoint
Source§impl<'de> Deserialize<'de> for LogStatDataPoint
impl<'de> Deserialize<'de> for LogStatDataPoint
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
Auto Trait Implementations§
impl Freeze for LogStatDataPoint
impl RefUnwindSafe for LogStatDataPoint
impl Send for LogStatDataPoint
impl Sync for LogStatDataPoint
impl Unpin for LogStatDataPoint
impl UnsafeUnpin for LogStatDataPoint
impl UnwindSafe for LogStatDataPoint
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