pub struct ServerConfigManager {
pub pid_file: String,
pub stdout_log: String,
pub stderr_log: String,
}Expand description
Title: ServerConfigManager 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 ServerConfigManager
impl RefUnwindSafe for ServerConfigManager
impl Send for ServerConfigManager
impl Sync for ServerConfigManager
impl Unpin for ServerConfigManager
impl UnwindSafe for ServerConfigManager
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