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