Struct aws_sdk_ec2::model::TrafficMirrorPortRangeRequest
source · [−]#[non_exhaustive]pub struct TrafficMirrorPortRangeRequest { /* private fields */ }
Expand description
Information about the Traffic Mirror filter rule port range.
Implementations
sourceimpl TrafficMirrorPortRangeRequest
impl TrafficMirrorPortRangeRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrafficMirrorPortRangeRequest
.
Trait Implementations
sourceimpl Clone for TrafficMirrorPortRangeRequest
impl Clone for TrafficMirrorPortRangeRequest
sourcefn clone(&self) -> TrafficMirrorPortRangeRequest
fn clone(&self) -> TrafficMirrorPortRangeRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TrafficMirrorPortRangeRequest
impl Debug for TrafficMirrorPortRangeRequest
sourceimpl PartialEq<TrafficMirrorPortRangeRequest> for TrafficMirrorPortRangeRequest
impl PartialEq<TrafficMirrorPortRangeRequest> for TrafficMirrorPortRangeRequest
sourcefn eq(&self, other: &TrafficMirrorPortRangeRequest) -> bool
fn eq(&self, other: &TrafficMirrorPortRangeRequest) -> bool
impl StructuralPartialEq for TrafficMirrorPortRangeRequest
Auto Trait Implementations
impl RefUnwindSafe for TrafficMirrorPortRangeRequest
impl Send for TrafficMirrorPortRangeRequest
impl Sync for TrafficMirrorPortRangeRequest
impl Unpin for TrafficMirrorPortRangeRequest
impl UnwindSafe for TrafficMirrorPortRangeRequest
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