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