pub struct BalloonStatsUpdate {
    pub stats_polling_interval_s: i64,
}Expand description
Describes the balloon device statistics.
Fieldsยง
ยงstats_polling_interval_s: i64Interval in seconds between refreshing statistics.
Trait Implementationsยง
Sourceยงimpl Clone for BalloonStatsUpdate
 
impl Clone for BalloonStatsUpdate
Sourceยงfn clone(&self) -> BalloonStatsUpdate
 
fn clone(&self) -> BalloonStatsUpdate
Returns a duplicate of the value. Read more
1.0.0 ยท 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 BalloonStatsUpdate
 
impl Debug for BalloonStatsUpdate
Sourceยงimpl<'de> Deserialize<'de> for BalloonStatsUpdate
 
impl<'de> Deserialize<'de> for BalloonStatsUpdate
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
Sourceยงimpl Hash for BalloonStatsUpdate
 
impl Hash for BalloonStatsUpdate
Sourceยงimpl Ord for BalloonStatsUpdate
 
impl Ord for BalloonStatsUpdate
Sourceยงfn cmp(&self, other: &BalloonStatsUpdate) -> Ordering
 
fn cmp(&self, other: &BalloonStatsUpdate) -> Ordering
1.21.0 ยท Sourceยงfn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Sourceยงimpl PartialEq for BalloonStatsUpdate
 
impl PartialEq for BalloonStatsUpdate
Sourceยงimpl PartialOrd for BalloonStatsUpdate
 
impl PartialOrd for BalloonStatsUpdate
Sourceยงimpl Serialize for BalloonStatsUpdate
 
impl Serialize for BalloonStatsUpdate
impl Eq for BalloonStatsUpdate
impl StructuralPartialEq for BalloonStatsUpdate
Auto Trait Implementationsยง
impl Freeze for BalloonStatsUpdate
impl RefUnwindSafe for BalloonStatsUpdate
impl Send for BalloonStatsUpdate
impl Sync for BalloonStatsUpdate
impl Unpin for BalloonStatsUpdate
impl UnwindSafe for BalloonStatsUpdate
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