pub struct StdioServerConfig {
pub buffer_size: usize,
}
Expand description
Stdio server configuration
Fields§
§buffer_size: usize
Buffer size
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdioServerConfig
impl RefUnwindSafe for StdioServerConfig
impl Send for StdioServerConfig
impl Sync for StdioServerConfig
impl Unpin for StdioServerConfig
impl UnwindSafe for StdioServerConfig
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