Struct portforwarder_rs::port_forwarder::Forwarder [] [src]

pub struct Forwarder {
    pub gateway: Gateway,
    pub network_interface: Ipv4Addr,
    pub open_ports: Vec<Port>,
}

Fields

Methods

impl Forwarder
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Forwarder
[src]

[src]

Formats the value using the given formatter.

impl Drop for Forwarder
[src]

[src]

Executes the destructor for this type. Read more