pub enum BalloonResult {
Stats(BalloonStats),
SetComplete(u32),
NotRunning,
NoBalloonDevice,
Internal(String),
}
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BalloonResult
impl<'de> Deserialize<'de> for BalloonResult
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 Display for BalloonResult
impl Display for BalloonResult
Auto Trait Implementations§
impl Freeze for BalloonResult
impl RefUnwindSafe for BalloonResult
impl Send for BalloonResult
impl Sync for BalloonResult
impl Unpin for BalloonResult
impl UnwindSafe for BalloonResult
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