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