[][src]Trait bollard::volume::ListVolumesQueryParams

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

Trait providing implementations for List Volumes Options struct.

Required methods

Loading content...

Implementors

impl<'a, T: AsRef<str> + Eq + Hash + Serialize> ListVolumesQueryParams<&'a str, String> for ListVolumesOptions<T>[src]

Loading content...