pub enum RollingPacketCaptureEvent {
OnEnded {
reason: PacketCaptureEndReason,
},
}Variants§
OnEnded
Fields
§
reason: PacketCaptureEndReasonImplementations§
Source§impl RollingPacketCaptureEvent
impl RollingPacketCaptureEvent
pub fn into_on_ended(self) -> Option<PacketCaptureEndReason>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RollingPacketCaptureEvent
impl RefUnwindSafe for RollingPacketCaptureEvent
impl Send for RollingPacketCaptureEvent
impl Sync for RollingPacketCaptureEvent
impl Unpin for RollingPacketCaptureEvent
impl UnsafeUnpin for RollingPacketCaptureEvent
impl UnwindSafe for RollingPacketCaptureEvent
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