Struct podman_api::opts::ImageListOptsBuilder
source · pub struct ImageListOptsBuilder { /* private fields */ }Expand description
A builder struct for ImageListOpts.
Implementations§
source§impl ImageListOptsBuilder
impl ImageListOptsBuilder
sourcepub fn build(self) -> ImageListOpts
pub fn build(self) -> ImageListOpts
Finish building ImageListOpts.
source§impl ImageListOptsBuilder
impl ImageListOptsBuilder
pub fn filter(self, filters: impl IntoIterator<Item = ImageListFilter>) -> Self
Trait Implementations§
source§impl Clone for ImageListOptsBuilder
impl Clone for ImageListOptsBuilder
source§fn clone(&self) -> ImageListOptsBuilder
fn clone(&self) -> ImageListOptsBuilder
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 ImageListOptsBuilder
impl Debug for ImageListOptsBuilder
source§impl Default for ImageListOptsBuilder
impl Default for ImageListOptsBuilder
source§fn default() -> ImageListOptsBuilder
fn default() -> ImageListOptsBuilder
Returns the “default value” for a type. Read more