pub struct RawBalloonUpdate {
pub amount_mib: u64,
}Expand description
Raw /balloon PATCH body.
Fields§
§amount_mib: u64New target ballooned amount.
Trait Implementations§
Source§impl Clone for RawBalloonUpdate
impl Clone for RawBalloonUpdate
Source§fn clone(&self) -> RawBalloonUpdate
fn clone(&self) -> RawBalloonUpdate
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 RawBalloonUpdate
impl Debug for RawBalloonUpdate
Source§impl<'de> Deserialize<'de> for RawBalloonUpdate
impl<'de> Deserialize<'de> for RawBalloonUpdate
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 TryFrom<RawBalloonUpdate> for BalloonUpdate
impl TryFrom<RawBalloonUpdate> for BalloonUpdate
Auto Trait Implementations§
impl Freeze for RawBalloonUpdate
impl RefUnwindSafe for RawBalloonUpdate
impl Send for RawBalloonUpdate
impl Sync for RawBalloonUpdate
impl Unpin for RawBalloonUpdate
impl UnsafeUnpin for RawBalloonUpdate
impl UnwindSafe for RawBalloonUpdate
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