[−][src]Struct nginx::ngx_http_upstream_conf_t
Fields
upstream: *mut ngx_http_upstream_srv_conf_tconnect_timeout: ngx_msec_tsend_timeout: ngx_msec_tread_timeout: ngx_msec_tnext_upstream_timeout: ngx_msec_tsend_lowat: size_tbuffer_size: size_tlimit_rate: size_tbusy_buffers_size: size_tmax_temp_file_size: size_ttemp_file_write_size: size_tbusy_buffers_size_conf: size_tmax_temp_file_size_conf: size_ttemp_file_write_size_conf: size_tbufs: ngx_bufs_tignore_headers: ngx_uint_tnext_upstream: ngx_uint_tstore_access: ngx_uint_tnext_upstream_tries: ngx_uint_tbuffering: ngx_flag_trequest_buffering: ngx_flag_tpass_request_headers: ngx_flag_tpass_request_body: ngx_flag_tignore_client_abort: ngx_flag_tintercept_errors: ngx_flag_tcyclic_temp_file: ngx_flag_tforce_ranges: ngx_flag_ttemp_path: *mut ngx_path_thide_headers_hash: ngx_hash_thide_headers: *mut ngx_array_tpass_headers: *mut ngx_array_tlocal: *mut ngx_http_upstream_local_tsocket_keepalive: ngx_flag_tcache_zone: *mut ngx_shm_zone_tcache_value: *mut ngx_http_complex_value_tcache_min_uses: ngx_uint_tcache_use_stale: ngx_uint_tcache_methods: ngx_uint_tcache_max_range_offset: off_tcache_lock: ngx_flag_tcache_lock_timeout: ngx_msec_tcache_lock_age: ngx_msec_tcache_revalidate: ngx_flag_tcache_convert_head: ngx_flag_tcache_background_update: ngx_flag_tcache_valid: *mut ngx_array_tcache_bypass: *mut ngx_array_tcache_purge: *mut ngx_array_tno_cache: *mut ngx_array_tstore_lengths: *mut ngx_array_tstore_values: *mut ngx_array_t_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>ssl: *mut ngx_ssl_tssl_session_reuse: ngx_flag_tssl_name: *mut ngx_http_complex_value_tssl_server_name: ngx_flag_tssl_verify: ngx_flag_tmodule: ngx_str_tspare: [u64; 2]Implementations
impl ngx_http_upstream_conf_t[src]
pub fn cache(&self) -> c_int[src]
pub fn set_cache(&mut self, val: c_int)[src]
pub fn store(&self) -> c_int[src]
pub fn set_store(&mut self, val: c_int)[src]
pub fn intercept_404(&self) -> c_uint[src]
pub fn set_intercept_404(&mut self, val: c_uint)[src]
pub fn change_buffering(&self) -> c_uint[src]
pub fn set_change_buffering(&mut self, val: c_uint)[src]
pub fn pass_trailers(&self) -> c_uint[src]
pub fn set_pass_trailers(&mut self, val: c_uint)[src]
pub fn preserve_output(&self) -> c_uint[src]
pub fn set_preserve_output(&mut self, val: c_uint)[src]
pub fn new_bitfield_1(
cache: c_int,
store: c_int,
intercept_404: c_uint,
change_buffering: c_uint,
pass_trailers: c_uint,
preserve_output: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>[src]
cache: c_int,
store: c_int,
intercept_404: c_uint,
change_buffering: c_uint,
pass_trailers: c_uint,
preserve_output: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations
impl Clone for ngx_http_upstream_conf_t[src]
fn clone(&self) -> ngx_http_upstream_conf_t[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ngx_http_upstream_conf_t[src]
impl Debug for ngx_http_upstream_conf_t[src]
Auto Trait Implementations
impl RefUnwindSafe for ngx_http_upstream_conf_t
impl !Send for ngx_http_upstream_conf_t
impl !Sync for ngx_http_upstream_conf_t
impl Unpin for ngx_http_upstream_conf_t
impl UnwindSafe for ngx_http_upstream_conf_t
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,