[][src]Struct dfw::nftables::Nftables

pub struct Nftables;

Marker struct to implement nftables as a firewall backend.

Trait Implementations

impl Debug for Nftables[src]

impl FirewallBackend for Nftables[src]

type Rule = String

Associated type identifying the rule-type returned.

type Defaults = Defaults

Associated type representing the firewall backend defaults/configuration.

impl Process<Nftables> for DFW<Nftables>[src]

impl Process<Nftables> for <Nftables as FirewallBackend>::Defaults[src]

impl Process<Nftables> for WiderWorldToContainerRule[src]

impl Process<Nftables> for ContainerDNAT[src]

impl Process<Nftables> for ContainerDNATRule[src]

impl Process<Nftables> for GlobalDefaults[src]

impl Process<Nftables> for ContainerToContainer[src]

impl Process<Nftables> for ContainerToContainerRule[src]

impl Process<Nftables> for ContainerToWiderWorld[src]

impl Process<Nftables> for ContainerToWiderWorldRule[src]

impl Process<Nftables> for ContainerToHost[src]

impl Process<Nftables> for ContainerToHostRule[src]

impl Process<Nftables> for WiderWorldToContainer[src]

Auto Trait Implementations

impl RefUnwindSafe for Nftables

impl Send for Nftables

impl Sync for Nftables

impl Unpin for Nftables

impl UnwindSafe for Nftables

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Sealed<T> for T where
    T: ?Sized

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,