pub struct ObservablePackage {
pub source: IpPort,
pub destination: IpPort,
pub http_result: HttpAnalysisResult,
}
Fields§
§source: IpPort
§destination: IpPort
§http_result: HttpAnalysisResult
Auto Trait Implementations§
impl Freeze for ObservablePackage
impl RefUnwindSafe for ObservablePackage
impl Send for ObservablePackage
impl Sync for ObservablePackage
impl Unpin for ObservablePackage
impl UnwindSafe for ObservablePackage
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