Struct podman_api::opts::PodListOpts
source · pub struct PodListOpts { /* private fields */ }Expand description
Adjust the list of returned pods with this options.
Implementations§
source§impl PodListOpts
impl PodListOpts
sourcepub fn builder() -> PodListOptsBuilder
pub fn builder() -> PodListOptsBuilder
Returns a new instance of a builder for PodListOpts.
Trait Implementations§
source§impl Clone for PodListOpts
impl Clone for PodListOpts
source§fn clone(&self) -> PodListOpts
fn clone(&self) -> PodListOpts
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 PodListOpts
impl Debug for PodListOpts
source§impl Default for PodListOpts
impl Default for PodListOpts
source§fn default() -> PodListOpts
fn default() -> PodListOpts
Returns the “default value” for a type. Read more