Struct podman_api::opts::SecretCreateOpts
source · pub struct SecretCreateOpts { /* private fields */ }Expand description
Used to create a Secret.
Implementations§
Trait Implementations§
source§impl Clone for SecretCreateOpts
impl Clone for SecretCreateOpts
source§fn clone(&self) -> SecretCreateOpts
fn clone(&self) -> SecretCreateOpts
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 SecretCreateOpts
impl Debug for SecretCreateOpts
source§impl Default for SecretCreateOpts
impl Default for SecretCreateOpts
source§fn default() -> SecretCreateOpts
fn default() -> SecretCreateOpts
Returns the “default value” for a type. Read more