struct BalloonSnapshot {
state: BalloonState,
features: u64,
acked_features: u64,
ws_num_bins: u8,
}Expand description
Snapshot of the Balloon state.
Fields§
§state: BalloonState§features: u64§acked_features: u64§ws_num_bins: u8Trait Implementations§
Source§impl<'de> Deserialize<'de> for BalloonSnapshot
impl<'de> Deserialize<'de> for BalloonSnapshot
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 BalloonSnapshot
impl RefUnwindSafe for BalloonSnapshot
impl Send for BalloonSnapshot
impl Sync for BalloonSnapshot
impl Unpin for BalloonSnapshot
impl UnwindSafe for BalloonSnapshot
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