pub struct AppStatus {
pub container: String,
pub cpu: String,
pub id: String,
pub last_restart: String,
pub memory: String,
pub net_io: NetIO,
pub ssd: String,
pub started_at: String,
}Fields§
§container: String§cpu: String§id: String§last_restart: String§memory: String§net_io: NetIO§ssd: String§started_at: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for AppStatus
impl<'de> Deserialize<'de> for AppStatus
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 AppStatus
impl RefUnwindSafe for AppStatus
impl Send for AppStatus
impl Sync for AppStatus
impl Unpin for AppStatus
impl UnwindSafe for AppStatus
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