[][src]Struct graph_rs_types::complextypes::WindowsFirewallNetworkProfile

pub struct WindowsFirewallNetworkProfile {
    pub firewall_enabled: StateManagementSetting,
    pub stealth_mode_blocked: bool,
    pub incoming_traffic_blocked: bool,
    pub unicast_responses_to_multicast_broadcasts_blocked: bool,
    pub inbound_notifications_blocked: bool,
    pub authorized_application_rules_from_group_policy_merged: bool,
    pub global_port_rules_from_group_policy_merged: bool,
    pub connection_security_rules_from_group_policy_merged: bool,
    pub outbound_connections_blocked: bool,
    pub inbound_connections_blocked: bool,
    pub secured_packet_exemption_allowed: bool,
    pub policy_rules_from_group_policy_merged: bool,
}

Fields

firewall_enabled: StateManagementSettingstealth_mode_blocked: boolincoming_traffic_blocked: boolunicast_responses_to_multicast_broadcasts_blocked: boolinbound_notifications_blocked: boolauthorized_application_rules_from_group_policy_merged: boolglobal_port_rules_from_group_policy_merged: boolconnection_security_rules_from_group_policy_merged: booloutbound_connections_blocked: boolinbound_connections_blocked: boolsecured_packet_exemption_allowed: boolpolicy_rules_from_group_policy_merged: bool

Trait Implementations

impl Eq for WindowsFirewallNetworkProfile[src]

impl Clone for WindowsFirewallNetworkProfile[src]

impl PartialEq<WindowsFirewallNetworkProfile> for WindowsFirewallNetworkProfile[src]

impl Debug for WindowsFirewallNetworkProfile[src]

impl Serialize for WindowsFirewallNetworkProfile[src]

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

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]