[−][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]
pub fn clone(&self) -> FileConfig[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for FileConfig[src]
impl<'de> Deserialize<'de> for FileConfig[src]
pub 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]
pub fn eq(&self, other: &FileConfig) -> bool[src]
pub fn ne(&self, other: &FileConfig) -> bool[src]
impl Serialize for FileConfig[src]
pub 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[src]
impl Send for FileConfig[src]
impl Sync for FileConfig[src]
impl Unpin for FileConfig[src]
impl UnwindSafe for FileConfig[src]
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,
pub 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> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub 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.
pub 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>,