pub struct ProxyEvent {
pub timestamp_ms: u128,
pub direction: String,
pub protocol: String,
pub summary: String,
pub decoded: Value,
}Fields§
§timestamp_ms: u128§direction: String§protocol: String§summary: String§decoded: ValueTrait Implementations§
Source§impl Debug for ProxyEvent
impl Debug for ProxyEvent
Auto Trait Implementations§
impl Freeze for ProxyEvent
impl RefUnwindSafe for ProxyEvent
impl Send for ProxyEvent
impl Sync for ProxyEvent
impl Unpin for ProxyEvent
impl UnsafeUnpin for ProxyEvent
impl UnwindSafe for ProxyEvent
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