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
sourceimpl IpRuleItem
impl IpRuleItem
sourceimpl IpRuleItem
impl IpRuleItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IpRuleItem.
Trait Implementations
sourceimpl Clone for IpRuleItem
impl Clone for IpRuleItem
sourcefn clone(&self) -> IpRuleItem
fn clone(&self) -> IpRuleItem
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IpRuleItem
impl Debug for IpRuleItem
sourceimpl PartialEq<IpRuleItem> for IpRuleItem
impl PartialEq<IpRuleItem> for IpRuleItem
sourcefn eq(&self, other: &IpRuleItem) -> bool
fn eq(&self, other: &IpRuleItem) -> bool
impl StructuralPartialEq for IpRuleItem
Auto Trait Implementations
impl RefUnwindSafe for IpRuleItem
impl Send for IpRuleItem
impl Sync for IpRuleItem
impl Unpin for IpRuleItem
impl UnwindSafe for IpRuleItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more