pub struct SystemInfoStoreContainerStore {
pub number: u32,
pub paused: u32,
pub running: u32,
pub stopped: u32,
}
Fields§
§number: u32
§paused: u32
§running: u32
§stopped: u32
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SystemInfoStoreContainerStore
impl<'de> Deserialize<'de> for SystemInfoStoreContainerStore
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 SystemInfoStoreContainerStore
impl RefUnwindSafe for SystemInfoStoreContainerStore
impl Send for SystemInfoStoreContainerStore
impl Sync for SystemInfoStoreContainerStore
impl Unpin for SystemInfoStoreContainerStore
impl UnwindSafe for SystemInfoStoreContainerStore
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