pub struct ServerConfig {
pub pid_file: String,
pub stdout_log: String,
pub stderr_log: String,
}Expand description
Title: ServerConfig structure for configuration parameters
Parameters:
- None
Returns:
- None
This structure holds the configuration values including the PID file path, stdout log path, and stderr log path.
Fields§
§pid_file: String§stdout_log: String§stderr_log: StringAuto Trait Implementations§
impl Freeze for ServerConfig
impl RefUnwindSafe for ServerConfig
impl Send for ServerConfig
impl Sync for ServerConfig
impl Unpin for ServerConfig
impl UnwindSafe for ServerConfig
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