[][src]Enum qapi_qmp::NetFilterDirection

pub enum NetFilterDirection {
    all,
    rx,
    tx,
}

Variants

all
rx
tx

Trait Implementations

impl Clone for NetFilterDirection[src]

impl Copy for NetFilterDirection[src]

impl Debug for NetFilterDirection[src]

impl<'de> Deserialize<'de> for NetFilterDirection[src]

impl Enum for NetFilterDirection[src]

impl Eq for NetFilterDirection[src]

impl FromStr for NetFilterDirection[src]

type Err = ()

The associated error which can be returned from parsing.

impl Hash for NetFilterDirection[src]

impl Ord for NetFilterDirection[src]

impl PartialEq<NetFilterDirection> for NetFilterDirection[src]

impl PartialOrd<NetFilterDirection> for NetFilterDirection[src]

impl Serialize for NetFilterDirection[src]

impl StructuralEq for NetFilterDirection[src]

impl StructuralPartialEq for NetFilterDirection[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.