pub struct StdioClientConfig {
pub server_path: PathBuf,
pub server_args: Vec<String>,
pub buffer_size: usize,
pub capture_logs: bool,
}Expand description
Stdio client configuration
Fields§
§server_path: PathBufServer executable path
server_args: Vec<String>Server arguments
buffer_size: usizeBuffer size
capture_logs: boolWhether to capture server logs
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdioClientConfig
impl RefUnwindSafe for StdioClientConfig
impl Send for StdioClientConfig
impl Sync for StdioClientConfig
impl Unpin for StdioClientConfig
impl UnwindSafe for StdioClientConfig
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