Struct aws_sdk_networkfirewall::model::IpSet
source · [−]#[non_exhaustive]pub struct IpSet { /* private fields */ }
Expand description
A list of IP addresses and address ranges, in CIDR notation. This is part of a RuleVariables
.
Implementations
Trait Implementations
impl StructuralPartialEq for IpSet
Auto Trait Implementations
impl RefUnwindSafe for IpSet
impl Send for IpSet
impl Sync for IpSet
impl Unpin for IpSet
impl UnwindSafe for IpSet
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