Struct docker_api::opts::VolumeListOpts
source · pub struct VolumeListOpts { /* private fields */ }
Implementations§
source§impl VolumeListOpts
impl VolumeListOpts
sourcepub fn builder() -> VolumeListOptsBuilder
pub fn builder() -> VolumeListOptsBuilder
Returns a new instance of a builder for VolumeListOpts.
Trait Implementations§
source§impl Clone for VolumeListOpts
impl Clone for VolumeListOpts
source§fn clone(&self) -> VolumeListOpts
fn clone(&self) -> VolumeListOpts
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 VolumeListOpts
impl Debug for VolumeListOpts
source§impl Default for VolumeListOpts
impl Default for VolumeListOpts
source§fn default() -> VolumeListOpts
fn default() -> VolumeListOpts
Returns the “default value” for a type. Read more