pub struct RuntimeResourceConfig {Show 27 fields
pub max_capabilities: usize,
pub max_ready_handles: usize,
pub max_sockets: usize,
pub max_connections: usize,
pub max_socket_buffered_bytes: usize,
pub max_datagrams: usize,
pub max_timers: usize,
pub max_tasks: usize,
pub max_handle_commands: usize,
pub max_handle_command_bytes: usize,
pub max_bridge_calls: usize,
pub max_bridge_request_bytes: usize,
pub max_bridge_response_bytes: usize,
pub max_async_completions: usize,
pub max_async_completion_bytes: usize,
pub max_udp_datagrams: usize,
pub max_udp_bytes: usize,
pub max_tls_bytes: usize,
pub max_http2_connections: usize,
pub max_http2_streams: usize,
pub max_http2_buffered_bytes: usize,
pub max_http2_header_bytes: usize,
pub max_http2_data_bytes: usize,
pub max_http2_commands: usize,
pub max_http2_command_bytes: usize,
pub max_http2_events: usize,
pub max_http2_event_bytes: usize,
}Fields§
§max_capabilities: usize§max_ready_handles: usize§max_sockets: usize§max_connections: usize§max_socket_buffered_bytes: usize§max_datagrams: usize§max_timers: usize§max_tasks: usize§max_handle_commands: usize§max_handle_command_bytes: usize§max_bridge_calls: usize§max_bridge_request_bytes: usize§max_bridge_response_bytes: usize§max_async_completions: usize§max_async_completion_bytes: usize§max_udp_datagrams: usize§max_udp_bytes: usize§max_tls_bytes: usize§max_http2_connections: usize§max_http2_streams: usize§max_http2_buffered_bytes: usize§max_http2_header_bytes: usize§max_http2_data_bytes: usize§max_http2_commands: usize§max_http2_command_bytes: usize§max_http2_events: usize§max_http2_event_bytes: usizeTrait Implementations§
Source§impl Clone for RuntimeResourceConfig
impl Clone for RuntimeResourceConfig
Source§fn clone(&self) -> RuntimeResourceConfig
fn clone(&self) -> RuntimeResourceConfig
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 Debug for RuntimeResourceConfig
impl Debug for RuntimeResourceConfig
Source§impl Default for RuntimeResourceConfig
impl Default for RuntimeResourceConfig
impl Eq for RuntimeResourceConfig
Source§impl PartialEq for RuntimeResourceConfig
impl PartialEq for RuntimeResourceConfig
impl StructuralPartialEq for RuntimeResourceConfig
Auto Trait Implementations§
impl Freeze for RuntimeResourceConfig
impl RefUnwindSafe for RuntimeResourceConfig
impl Send for RuntimeResourceConfig
impl Sync for RuntimeResourceConfig
impl Unpin for RuntimeResourceConfig
impl UnsafeUnpin for RuntimeResourceConfig
impl UnwindSafe for RuntimeResourceConfig
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