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