pub struct EgressDenial {
pub host: String,
pub port: u16,
}Expand description
One denied CONNECT: the destination the allowlist refused. Carried on
crate::runner::RunOutcome::denied_egress; the JSONL record adds ts.
Fields§
§host: String§port: u16Trait Implementations§
Source§impl Clone for EgressDenial
impl Clone for EgressDenial
Source§fn clone(&self) -> EgressDenial
fn clone(&self) -> EgressDenial
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EgressDenial
impl Debug for EgressDenial
Source§impl<'de> Deserialize<'de> for EgressDenial
impl<'de> Deserialize<'de> for EgressDenial
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for EgressDenial
Source§impl PartialEq for EgressDenial
impl PartialEq for EgressDenial
Source§impl Serialize for EgressDenial
impl Serialize for EgressDenial
impl StructuralPartialEq for EgressDenial
Auto Trait Implementations§
impl Freeze for EgressDenial
impl RefUnwindSafe for EgressDenial
impl Send for EgressDenial
impl Sync for EgressDenial
impl Unpin for EgressDenial
impl UnsafeUnpin for EgressDenial
impl UnwindSafe for EgressDenial
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