pub struct StatsDisplay { /* private fields */ }Implementations§
Source§impl StatsDisplay
impl StatsDisplay
pub fn print_stats(&self, containers: &[DockerStats])
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatsDisplay
impl RefUnwindSafe for StatsDisplay
impl Send for StatsDisplay
impl Sync for StatsDisplay
impl Unpin for StatsDisplay
impl UnwindSafe for StatsDisplay
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