[][src]Trait bollard::image::SearchImagesQueryParams

pub trait SearchImagesQueryParams<K> where
    K: AsRef<str>, 
{ fn into_array(self) -> Result<ArrayVec<[(K, String); 3]>, Error>; }

Trait providing implementations for Search Images Options struct.

Required methods

Loading content...

Implementors

impl<'a> SearchImagesQueryParams<&'a str> for SearchImagesOptions<&'a str>[src]

impl<'a> SearchImagesQueryParams<&'a str> for SearchImagesOptions<String>[src]

Loading content...