pub struct RawBalloonStatsUpdate {
pub stats_polling_interval_s: u8,
}Expand description
Raw /balloon/statistics PATCH body.
Fields§
§stats_polling_interval_s: u8New stats polling interval (seconds; 0 disables).
Trait Implementations§
Source§impl Clone for RawBalloonStatsUpdate
impl Clone for RawBalloonStatsUpdate
Source§fn clone(&self) -> RawBalloonStatsUpdate
fn clone(&self) -> RawBalloonStatsUpdate
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 RawBalloonStatsUpdate
impl Debug for RawBalloonStatsUpdate
Source§impl<'de> Deserialize<'de> for RawBalloonStatsUpdate
impl<'de> Deserialize<'de> for RawBalloonStatsUpdate
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 RawBalloonStatsUpdate
impl RefUnwindSafe for RawBalloonStatsUpdate
impl Send for RawBalloonStatsUpdate
impl Sync for RawBalloonStatsUpdate
impl Unpin for RawBalloonStatsUpdate
impl UnsafeUnpin for RawBalloonStatsUpdate
impl UnwindSafe for RawBalloonStatsUpdate
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