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