pub struct PacketCaptureEndpointControl { /* private fields */ }
Implementations§
Source§impl PacketCaptureEndpointControl
impl PacketCaptureEndpointControl
pub async fn packet_capture<W: Write + Send + Sync + 'static>( &self, params: PacketCaptureParams<W>, ) -> Result<PacketCaptureParams<W>>
Auto Trait Implementations§
impl Freeze for PacketCaptureEndpointControl
impl !RefUnwindSafe for PacketCaptureEndpointControl
impl Send for PacketCaptureEndpointControl
impl Sync for PacketCaptureEndpointControl
impl Unpin for PacketCaptureEndpointControl
impl !UnwindSafe for PacketCaptureEndpointControl
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