pub struct ContainerStatsOpts { /* private fields */ }
Expand description
Adjust how container stats are reported.
Implementations§
Source§impl ContainerStatsOpts
impl ContainerStatsOpts
Sourcepub fn builder() -> ContainerStatsOptsBuilder
pub fn builder() -> ContainerStatsOptsBuilder
Returns a new instance of a builder for ContainerStatsOpts.
Trait Implementations§
Source§impl Clone for ContainerStatsOpts
impl Clone for ContainerStatsOpts
Source§fn clone(&self) -> ContainerStatsOpts
fn clone(&self) -> ContainerStatsOpts
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 ContainerStatsOpts
impl Debug for ContainerStatsOpts
Source§impl Default for ContainerStatsOpts
impl Default for ContainerStatsOpts
Source§fn default() -> ContainerStatsOpts
fn default() -> ContainerStatsOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerStatsOpts
impl RefUnwindSafe for ContainerStatsOpts
impl Send for ContainerStatsOpts
impl Sync for ContainerStatsOpts
impl Unpin for ContainerStatsOpts
impl UnwindSafe for ContainerStatsOpts
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