pub struct StdioServerParameters {
pub command: String,
pub args: Vec<String>,
pub env: HashMap<String, String>,
}Expand description
StdioServerParameters holds parameters for the stdio client.
Fields§
§command: String§args: Vec<String>§env: HashMap<String, String>Auto Trait Implementations§
impl Freeze for StdioServerParameters
impl RefUnwindSafe for StdioServerParameters
impl Send for StdioServerParameters
impl Sync for StdioServerParameters
impl Unpin for StdioServerParameters
impl UnsafeUnpin for StdioServerParameters
impl UnwindSafe for StdioServerParameters
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