Struct aws_sdk_ec2::model::PortRange
source · [−]#[non_exhaustive]pub struct PortRange { /* private fields */ }
Expand description
Describes a range of ports.
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