[−][src]Struct nginx::ngx_http_ssl_srv_conf_t
Fields
enable: ngx_flag_tssl: ngx_ssl_tprefer_server_ciphers: ngx_flag_tearly_data: ngx_flag_tprotocols: ngx_uint_tverify: ngx_uint_tverify_depth: ngx_uint_tbuffer_size: size_tbuiltin_session_cache: ssize_tsession_timeout: time_tcertificates: *mut ngx_array_tcertificate_keys: *mut ngx_array_tcertificate_values: *mut ngx_array_tcertificate_key_values: *mut ngx_array_tdhparam: ngx_str_tecdh_curve: ngx_str_tclient_certificate: ngx_str_ttrusted_certificate: ngx_str_tcrl: ngx_str_tciphers: ngx_str_tpasswords: *mut ngx_array_tshm_zone: *mut ngx_shm_zone_tsession_tickets: ngx_flag_tsession_ticket_keys: *mut ngx_array_tocsp: ngx_uint_tocsp_responder: ngx_str_tocsp_cache_zone: *mut ngx_shm_zone_tstapling: ngx_flag_tstapling_verify: ngx_flag_tstapling_file: ngx_str_tstapling_responder: ngx_str_tfile: *mut u_charline: ngx_uint_tTrait 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>,