[−][src]Struct sozu_command_lib::config::FileConfig
Fields
command_socket: Option<String>
command_buffer_size: Option<usize>
max_command_buffer_size: Option<usize>
max_connections: Option<usize>
max_buffers: Option<usize>
buffer_size: Option<usize>
saved_state: Option<String>
automatic_state_save: Option<bool>
log_level: Option<String>
log_target: Option<String>
log_access_target: Option<String>
worker_count: Option<u16>
worker_automatic_restart: Option<bool>
metrics: Option<MetricsConfig>
listeners: Option<Vec<Listener>>
applications: Option<HashMap<String, FileAppConfig>>
handle_process_affinity: Option<bool>
ctl_command_timeout: Option<u64>
pid_file_path: Option<String>
tls_provider: Option<TlsProvider>
activate_listeners: Option<bool>
front_timeout: Option<u32>
zombie_check_interval: Option<u32>
accept_queue_timeout: Option<u32>
Implementations
impl FileConfig
[src]
pub fn load_from_path(path: &str) -> Result<FileConfig>
[src]
pub fn into(self, config_path: &str) -> Config
[src]
Trait Implementations
impl Clone for FileConfig
[src]
fn clone(&self) -> FileConfig
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for FileConfig
[src]
impl<'de> Deserialize<'de> for FileConfig
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Eq for FileConfig
[src]
impl PartialEq<FileConfig> for FileConfig
[src]
fn eq(&self, other: &FileConfig) -> bool
[src]
fn ne(&self, other: &FileConfig) -> bool
[src]
impl Serialize for FileConfig
[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
[src]
__S: Serializer,
impl StructuralEq for FileConfig
[src]
impl StructuralPartialEq for FileConfig
[src]
Auto Trait Implementations
impl RefUnwindSafe for FileConfig
impl Send for FileConfig
impl Sync for FileConfig
impl Unpin for FileConfig
impl UnwindSafe for FileConfig
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> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
T: ?Sized,
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>,