Struct aws_sdk_networkfirewall::model::PortRange
source · [−]#[non_exhaustive]pub struct PortRange { /* private fields */ }
Expand description
A single port range specification. This is used for source and destination port ranges in the stateless rule MatchAttributes
, SourcePorts
, and DestinationPorts
settings.
Implementations
Trait Implementations
impl StructuralPartialEq for PortRange
Auto Trait Implementations
impl RefUnwindSafe for PortRange
impl Send for PortRange
impl Sync for PortRange
impl Unpin for PortRange
impl UnwindSafe for PortRange
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