#[repr(C)]pub struct proxy_env_var_settings {
pub env_var_type: aws_http_proxy_env_var_type,
pub connection_type: aws_http_proxy_connection_type,
pub tls_options: *const aws_tls_connection_options,
}
Fields
env_var_type: aws_http_proxy_env_var_type
connection_type: aws_http_proxy_connection_type
tls_options: *const aws_tls_connection_options
Trait Implementations
sourceimpl Clone for proxy_env_var_settings
impl Clone for proxy_env_var_settings
sourcefn clone(&self) -> proxy_env_var_settings
fn clone(&self) -> proxy_env_var_settings
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for proxy_env_var_settings
impl Debug for proxy_env_var_settings
sourceimpl Default for proxy_env_var_settings
impl Default for proxy_env_var_settings
sourceimpl PartialEq<proxy_env_var_settings> for proxy_env_var_settings
impl PartialEq<proxy_env_var_settings> for proxy_env_var_settings
sourcefn eq(&self, other: &proxy_env_var_settings) -> bool
fn eq(&self, other: &proxy_env_var_settings) -> bool
impl Copy for proxy_env_var_settings
impl Eq for proxy_env_var_settings
impl StructuralEq for proxy_env_var_settings
impl StructuralPartialEq for proxy_env_var_settings
Auto Trait Implementations
impl RefUnwindSafe for proxy_env_var_settings
impl !Send for proxy_env_var_settings
impl !Sync for proxy_env_var_settings
impl Unpin for proxy_env_var_settings
impl UnwindSafe for proxy_env_var_settings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more