Struct aws_sdk_workspaces::model::IpRuleItem
source · #[non_exhaustive]pub struct IpRuleItem { /* private fields */ }Expand description
Describes a rule for an IP access control group.
Implementations§
source§impl IpRuleItem
impl IpRuleItem
source§impl IpRuleItem
impl IpRuleItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IpRuleItem.
Trait Implementations§
source§impl Clone for IpRuleItem
impl Clone for IpRuleItem
source§fn clone(&self) -> IpRuleItem
fn clone(&self) -> IpRuleItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IpRuleItem
impl Debug for IpRuleItem
source§impl PartialEq<IpRuleItem> for IpRuleItem
impl PartialEq<IpRuleItem> for IpRuleItem
source§fn eq(&self, other: &IpRuleItem) -> bool
fn eq(&self, other: &IpRuleItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.