Struct llm_daemon::MlcConfig
source · pub struct MlcConfig {
pub sock_file: String,
pub pid_file: String,
pub stdout: String,
pub stderr: String,
pub host: String,
pub port: u16,
pub model: String,
}
Fields§
§sock_file: String
§pid_file: String
§stdout: String
§stderr: String
§host: String
§port: u16
§model: String
Trait Implementations§
source§impl Default for DaemonConfig
impl Default for DaemonConfig
Auto Trait Implementations§
impl Freeze for DaemonConfig
impl RefUnwindSafe for DaemonConfig
impl Send for DaemonConfig
impl Sync for DaemonConfig
impl Unpin for DaemonConfig
impl UnwindSafe for DaemonConfig
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