Struct docker_api::opts::PluginListOpts
source · [−]pub struct PluginListOpts { /* private fields */ }
Available on crate feature
swarm
only.Implementations
sourceimpl PluginListOpts
impl PluginListOpts
sourcepub fn builder() -> PluginListOptsBuilder
pub fn builder() -> PluginListOptsBuilder
Returns a new instance of a builder for PluginListOpts.
Trait Implementations
sourceimpl Clone for PluginListOpts
impl Clone for PluginListOpts
sourcefn clone(&self) -> PluginListOpts
fn clone(&self) -> PluginListOpts
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PluginListOpts
impl Debug for PluginListOpts
sourceimpl Default for PluginListOpts
impl Default for PluginListOpts
sourcefn default() -> PluginListOpts
fn default() -> PluginListOpts
Returns the “default value” for a type. Read more
sourceimpl Serialize for PluginListOpts
impl Serialize for PluginListOpts
Auto Trait Implementations
impl RefUnwindSafe for PluginListOpts
impl Send for PluginListOpts
impl Sync for PluginListOpts
impl Unpin for PluginListOpts
impl UnwindSafe for PluginListOpts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more