Struct podman_api::opts::ImageSearchOpts
source · pub struct ImageSearchOpts { /* private fields */ }Expand description
Adjust how to search for images in registries.
Implementations§
source§impl ImageSearchOpts
impl ImageSearchOpts
sourcepub fn builder() -> ImageSearchOptsBuilder
pub fn builder() -> ImageSearchOptsBuilder
Returns a new instance of a builder for ImageSearchOpts.
Trait Implementations§
source§impl Clone for ImageSearchOpts
impl Clone for ImageSearchOpts
source§fn clone(&self) -> ImageSearchOpts
fn clone(&self) -> ImageSearchOpts
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 ImageSearchOpts
impl Debug for ImageSearchOpts
source§impl Default for ImageSearchOpts
impl Default for ImageSearchOpts
source§fn default() -> ImageSearchOpts
fn default() -> ImageSearchOpts
Returns the “default value” for a type. Read more