pub struct ContainerStats {
pub body: StatsStream,
pub os_type: String,
}Expand description
ContainerStats contains response of Engine API.
Fields§
§body: StatsStream§os_type: StringAuto Trait Implementations§
impl !Send for ContainerStats
impl !Sync for ContainerStats
impl Freeze for ContainerStats
impl RefUnwindSafe for ContainerStats
impl Unpin for ContainerStats
impl UnsafeUnpin for ContainerStats
impl UnwindSafe for ContainerStats
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