pub struct Config {
pub max_vector_size: u32,
pub read_write_timeout: Duration,
}Fields§
§max_vector_size: u32Maximum JTAG vector size in bytes that the server will accept (default: 10 MiB).
read_write_timeout: DurationTimeout applied to each TCP read. Connections that are idle for longer than this duration are closed (default: 30 s).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnsafeUnpin for Config
impl UnwindSafe for Config
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