pub struct AutoscalingRunnerSetVaultConfigProxyHttp {
pub credential_secret_ref: Option<String>,
pub url: Option<String>,
}Fields§
§credential_secret_ref: Option<String>§url: Option<String>Required
Trait Implementations§
Source§impl Clone for AutoscalingRunnerSetVaultConfigProxyHttp
impl Clone for AutoscalingRunnerSetVaultConfigProxyHttp
Source§fn clone(&self) -> AutoscalingRunnerSetVaultConfigProxyHttp
fn clone(&self) -> AutoscalingRunnerSetVaultConfigProxyHttp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AutoscalingRunnerSetVaultConfigProxyHttp
impl Default for AutoscalingRunnerSetVaultConfigProxyHttp
Source§fn default() -> AutoscalingRunnerSetVaultConfigProxyHttp
fn default() -> AutoscalingRunnerSetVaultConfigProxyHttp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutoscalingRunnerSetVaultConfigProxyHttp
impl<'de> Deserialize<'de> for AutoscalingRunnerSetVaultConfigProxyHttp
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
Source§impl PartialEq for AutoscalingRunnerSetVaultConfigProxyHttp
impl PartialEq for AutoscalingRunnerSetVaultConfigProxyHttp
Source§fn eq(&self, other: &AutoscalingRunnerSetVaultConfigProxyHttp) -> bool
fn eq(&self, other: &AutoscalingRunnerSetVaultConfigProxyHttp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AutoscalingRunnerSetVaultConfigProxyHttp
Auto Trait Implementations§
impl Freeze for AutoscalingRunnerSetVaultConfigProxyHttp
impl RefUnwindSafe for AutoscalingRunnerSetVaultConfigProxyHttp
impl Send for AutoscalingRunnerSetVaultConfigProxyHttp
impl Sync for AutoscalingRunnerSetVaultConfigProxyHttp
impl Unpin for AutoscalingRunnerSetVaultConfigProxyHttp
impl UnsafeUnpin for AutoscalingRunnerSetVaultConfigProxyHttp
impl UnwindSafe for AutoscalingRunnerSetVaultConfigProxyHttp
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