pub struct SecretCreateLibpod<'a> {
    pub name: &'a str,
    pub driver: Option<&'a str>,
    pub driveropts: Option<&'a str>,
    pub labels: Option<&'a str>,
}Available on crate feature 
v5 only.Fields§
§name: &'a strUser-defined name of the secret.
driver: Option<&'a str>Secret driver
driveropts: Option<&'a str>Secret driver options
labels: Option<&'a str>Labels on the secret
Trait Implementations§
Source§impl<'a> Debug for SecretCreateLibpod<'a>
 
impl<'a> Debug for SecretCreateLibpod<'a>
Source§impl<'a> Default for SecretCreateLibpod<'a>
 
impl<'a> Default for SecretCreateLibpod<'a>
Source§fn default() -> SecretCreateLibpod<'a>
 
fn default() -> SecretCreateLibpod<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for SecretCreateLibpod<'a>
impl<'a> RefUnwindSafe for SecretCreateLibpod<'a>
impl<'a> Send for SecretCreateLibpod<'a>
impl<'a> Sync for SecretCreateLibpod<'a>
impl<'a> Unpin for SecretCreateLibpod<'a>
impl<'a> UnwindSafe for SecretCreateLibpod<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more