[−][src]Struct nginx::ngx_http_ssl_srv_conf_t
Fields
enable: ngx_flag_t
ssl: ngx_ssl_t
prefer_server_ciphers: ngx_flag_t
early_data: ngx_flag_t
protocols: ngx_uint_t
verify: ngx_uint_t
verify_depth: ngx_uint_t
buffer_size: size_t
builtin_session_cache: ssize_t
session_timeout: time_t
certificates: *mut ngx_array_t
certificate_keys: *mut ngx_array_t
certificate_values: *mut ngx_array_t
certificate_key_values: *mut ngx_array_t
dhparam: ngx_str_t
ecdh_curve: ngx_str_t
client_certificate: ngx_str_t
trusted_certificate: ngx_str_t
crl: ngx_str_t
ciphers: ngx_str_t
passwords: *mut ngx_array_t
shm_zone: *mut ngx_shm_zone_t
session_tickets: ngx_flag_t
session_ticket_keys: *mut ngx_array_t
ocsp: ngx_uint_t
ocsp_responder: ngx_str_t
ocsp_cache_zone: *mut ngx_shm_zone_t
stapling: ngx_flag_t
stapling_verify: ngx_flag_t
stapling_file: ngx_str_t
stapling_responder: ngx_str_t
file: *mut u_char
line: ngx_uint_t
Trait Implementations
impl Clone for ngx_http_ssl_srv_conf_t
[src]
fn clone(&self) -> ngx_http_ssl_srv_conf_t
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ngx_http_ssl_srv_conf_t
[src]
impl Debug for ngx_http_ssl_srv_conf_t
[src]
Auto Trait Implementations
impl RefUnwindSafe for ngx_http_ssl_srv_conf_t
impl !Send for ngx_http_ssl_srv_conf_t
impl !Sync for ngx_http_ssl_srv_conf_t
impl Unpin for ngx_http_ssl_srv_conf_t
impl UnwindSafe for ngx_http_ssl_srv_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>,