Struct aws_sdk_networkfirewall::model::PortSet
source · [−]#[non_exhaustive]pub struct PortSet { /* private fields */ }
Expand description
A set of port ranges for use in the rules in a rule group.
Implementations
Trait Implementations
impl StructuralPartialEq for PortSet
Auto Trait Implementations
impl RefUnwindSafe for PortSet
impl Send for PortSet
impl Sync for PortSet
impl Unpin for PortSet
impl UnwindSafe for PortSet
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