Struct winfw::FwRule

source ·
#[repr(C)]
pub struct FwRule {
Show 20 fields pub name: String, pub description: String, pub app_name: String, pub service_name: String, pub protocol: Protocols, pub icmp_type: String, pub local_ports: String, pub remote_ports: String, pub local_adresses: String, pub remote_addresses: String, pub profile1: String, pub profile2: String, pub profile3: String, pub direction: Directions, pub action: Actions, pub interface_types: String, pub interfaces: String, pub enabled: bool, pub grouping: String, pub edge_traversal: bool,
}

Fields§

§name: String§description: String§app_name: String§service_name: String§protocol: Protocols§icmp_type: String§local_ports: String§remote_ports: String§local_adresses: String§remote_addresses: String§profile1: String§profile2: String§profile3: String§direction: Directions§action: Actions§interface_types: String§interfaces: String§enabled: bool§grouping: String§edge_traversal: bool

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. Read more
Formats the value using the given formatter. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
Converts the given value to a String. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.