Struct socket_bench_server::Args [−][src]
pub struct Args {
pub tcp_addr: Option<NetworkAddress>,
pub tcp_noise_addr: Option<NetworkAddress>,
pub msg_lens: Option<Vec<usize>>,
}Fields
tcp_addr: Option<NetworkAddress>tcp_noise_addr: Option<NetworkAddress>msg_lens: Option<Vec<usize>>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Args
impl UnwindSafe for Args
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self