[−][src]Struct dfw::nftables::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.
fn apply(
rules: Vec<Self::Rule>,
ctx: &ProcessContext<'_, Nftables>
) -> Result<()>
[src]
rules: Vec<Self::Rule>,
ctx: &ProcessContext<'_, Nftables>
) -> Result<()>
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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Sealed<T> for T where
T: ?Sized,
T: ?Sized,
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized,
T: Send + Sync + UnwindSafe + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,