pub(crate) struct OwpArgs {
pub shared: SharedArgs,
pub publishers: usize,
pub subscribers: usize,
pub xml_baseline: bool,
pub url: Option<String>,
pub ack_latency: bool,
}Expand description
owp scenario.
Fields§
§publishers: usize§subscribers: usize§xml_baseline: bool§url: Option<String>§ack_latency: boolTrait Implementations§
impl StructuralPartialEq for OwpArgs
Auto Trait Implementations§
impl Freeze for OwpArgs
impl RefUnwindSafe for OwpArgs
impl Send for OwpArgs
impl Sync for OwpArgs
impl Unpin for OwpArgs
impl UnwindSafe for OwpArgs
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