pub struct ContainerCreateSecretOptions {
pub key: Option<String>,
pub secret: Option<String>,
}
Fields§
§key: Option<String>
§secret: Option<String>
Trait Implementations§
Source§impl Default for ContainerCreateSecretOptions
impl Default for ContainerCreateSecretOptions
Source§fn default() -> ContainerCreateSecretOptions
fn default() -> ContainerCreateSecretOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerCreateSecretOptions
impl RefUnwindSafe for ContainerCreateSecretOptions
impl Send for ContainerCreateSecretOptions
impl Sync for ContainerCreateSecretOptions
impl Unpin for ContainerCreateSecretOptions
impl UnwindSafe for ContainerCreateSecretOptions
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