pub struct OutputPacketCountValidator {
pub expected_output_packet_count: usize,
}
Expand description
Validates that the output contains the expected number of packets.
Fields§
§expected_output_packet_count: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutputPacketCountValidator
impl RefUnwindSafe for OutputPacketCountValidator
impl Send for OutputPacketCountValidator
impl Sync for OutputPacketCountValidator
impl Unpin for OutputPacketCountValidator
impl UnwindSafe for OutputPacketCountValidator
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