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