pub struct AutoscalingRunnerSetVaultConfigProxy {
pub http: Option<AutoscalingRunnerSetVaultConfigProxyHttp>,
pub https: Option<AutoscalingRunnerSetVaultConfigProxyHttps>,
pub no_proxy: Option<Vec<String>>,
}Fields§
§http: Option<AutoscalingRunnerSetVaultConfigProxyHttp>§https: Option<AutoscalingRunnerSetVaultConfigProxyHttps>§no_proxy: Option<Vec<String>>Trait Implementations§
Source§impl Clone for AutoscalingRunnerSetVaultConfigProxy
impl Clone for AutoscalingRunnerSetVaultConfigProxy
Source§fn clone(&self) -> AutoscalingRunnerSetVaultConfigProxy
fn clone(&self) -> AutoscalingRunnerSetVaultConfigProxy
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 AutoscalingRunnerSetVaultConfigProxy
impl Default for AutoscalingRunnerSetVaultConfigProxy
Source§fn default() -> AutoscalingRunnerSetVaultConfigProxy
fn default() -> AutoscalingRunnerSetVaultConfigProxy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutoscalingRunnerSetVaultConfigProxy
impl<'de> Deserialize<'de> for AutoscalingRunnerSetVaultConfigProxy
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 AutoscalingRunnerSetVaultConfigProxy
impl PartialEq for AutoscalingRunnerSetVaultConfigProxy
Source§fn eq(&self, other: &AutoscalingRunnerSetVaultConfigProxy) -> bool
fn eq(&self, other: &AutoscalingRunnerSetVaultConfigProxy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AutoscalingRunnerSetVaultConfigProxy
Auto Trait Implementations§
impl Freeze for AutoscalingRunnerSetVaultConfigProxy
impl RefUnwindSafe for AutoscalingRunnerSetVaultConfigProxy
impl Send for AutoscalingRunnerSetVaultConfigProxy
impl Sync for AutoscalingRunnerSetVaultConfigProxy
impl Unpin for AutoscalingRunnerSetVaultConfigProxy
impl UnsafeUnpin for AutoscalingRunnerSetVaultConfigProxy
impl UnwindSafe for AutoscalingRunnerSetVaultConfigProxy
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