pub struct DeploymentEnvSecret {
pub name: String,
pub valueFrom: SecretValueFrom,
}Fields§
§name: String§valueFrom: SecretValueFromTrait Implementations§
Source§impl Debug for DeploymentEnvSecret
impl Debug for DeploymentEnvSecret
Source§impl Default for DeploymentEnvSecret
impl Default for DeploymentEnvSecret
Source§fn default() -> DeploymentEnvSecret
fn default() -> DeploymentEnvSecret
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeploymentEnvSecret
impl<'de> Deserialize<'de> for DeploymentEnvSecret
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DeploymentEnvSecret
impl RefUnwindSafe for DeploymentEnvSecret
impl Send for DeploymentEnvSecret
impl Sync for DeploymentEnvSecret
impl Unpin for DeploymentEnvSecret
impl UnsafeUnpin for DeploymentEnvSecret
impl UnwindSafe for DeploymentEnvSecret
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