pub struct ContainerTopOpts { /* private fields */ }
Expand description
Adjust how container stats are reported.
Implementations§
Source§impl ContainerTopOpts
impl ContainerTopOpts
Sourcepub fn builder() -> ContainerTopOptsBuilder
pub fn builder() -> ContainerTopOptsBuilder
Returns a new instance of a builder for ContainerTopOpts.
Trait Implementations§
Source§impl Clone for ContainerTopOpts
impl Clone for ContainerTopOpts
Source§fn clone(&self) -> ContainerTopOpts
fn clone(&self) -> ContainerTopOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ContainerTopOpts
impl Debug for ContainerTopOpts
Source§impl Default for ContainerTopOpts
impl Default for ContainerTopOpts
Source§fn default() -> ContainerTopOpts
fn default() -> ContainerTopOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerTopOpts
impl RefUnwindSafe for ContainerTopOpts
impl Send for ContainerTopOpts
impl Sync for ContainerTopOpts
impl Unpin for ContainerTopOpts
impl UnwindSafe for ContainerTopOpts
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