Struct aws_sdk_ec2::types::PortRange
source · #[non_exhaustive]pub struct PortRange { /* private fields */ }
Expand description
Describes a range of ports.
Implementations§
Trait Implementations§
source§impl PartialEq<PortRange> for PortRange
impl PartialEq<PortRange> for PortRange
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more