Struct aws_sdk_networkfirewall::model::ReferenceSets
source · [−]#[non_exhaustive]pub struct ReferenceSets { /* private fields */ }
Expand description
Contains a set of IP set references.
Implementations
sourceimpl ReferenceSets
impl ReferenceSets
sourcepub fn ip_set_references(&self) -> Option<&HashMap<String, IpSetReference>>
pub fn ip_set_references(&self) -> Option<&HashMap<String, IpSetReference>>
The list of IP set references.
sourceimpl ReferenceSets
impl ReferenceSets
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReferenceSets
.
Trait Implementations
sourceimpl Clone for ReferenceSets
impl Clone for ReferenceSets
sourcefn clone(&self) -> ReferenceSets
fn clone(&self) -> ReferenceSets
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 ReferenceSets
impl Debug for ReferenceSets
sourceimpl PartialEq<ReferenceSets> for ReferenceSets
impl PartialEq<ReferenceSets> for ReferenceSets
sourcefn eq(&self, other: &ReferenceSets) -> bool
fn eq(&self, other: &ReferenceSets) -> bool
impl StructuralPartialEq for ReferenceSets
Auto Trait Implementations
impl RefUnwindSafe for ReferenceSets
impl Send for ReferenceSets
impl Sync for ReferenceSets
impl Unpin for ReferenceSets
impl UnwindSafe for ReferenceSets
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