#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for Network
Implementations
The direction of network traffic associated with a finding.
The direction of network traffic associated with a finding.
The protocol of network-related information about a finding.
The protocol of network-related information about a finding.
The range of open ports that is present on the network.
The range of open ports that is present on the network.
The source IPv4 address of network-related information about a finding.
The source IPv4 address of network-related information about a finding.
The source IPv6 address of network-related information about a finding.
The source IPv6 address of network-related information about a finding.
The source port of network-related information about a finding.
The source port of network-related information about a finding.
The source domain of network-related information about a finding.
The source domain of network-related information about a finding.
The source media access control (MAC) address of network-related information about a finding.
The source media access control (MAC) address of network-related information about a finding.
The destination IPv4 address of network-related information about a finding.
The destination IPv4 address of network-related information about a finding.
The destination IPv6 address of network-related information about a finding.
The destination IPv6 address of network-related information about a finding.
The destination port of network-related information about a finding.
The destination port of network-related information about a finding.
The destination domain of network-related information about a finding.
The destination domain of network-related information about a finding.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more