Struct aws_sdk_ec2::model::AlternatePathHint
source · [−]#[non_exhaustive]pub struct AlternatePathHint { /* private fields */ }
Expand description
Describes an potential intermediate component of a feasible path.
Implementations
sourceimpl AlternatePathHint
impl AlternatePathHint
sourcepub fn component_id(&self) -> Option<&str>
pub fn component_id(&self) -> Option<&str>
The ID of the component.
sourcepub fn component_arn(&self) -> Option<&str>
pub fn component_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the component.
sourceimpl AlternatePathHint
impl AlternatePathHint
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AlternatePathHint
.
Trait Implementations
sourceimpl Clone for AlternatePathHint
impl Clone for AlternatePathHint
sourcefn clone(&self) -> AlternatePathHint
fn clone(&self) -> AlternatePathHint
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 AlternatePathHint
impl Debug for AlternatePathHint
sourceimpl PartialEq<AlternatePathHint> for AlternatePathHint
impl PartialEq<AlternatePathHint> for AlternatePathHint
sourcefn eq(&self, other: &AlternatePathHint) -> bool
fn eq(&self, other: &AlternatePathHint) -> bool
impl StructuralPartialEq for AlternatePathHint
Auto Trait Implementations
impl RefUnwindSafe for AlternatePathHint
impl Send for AlternatePathHint
impl Sync for AlternatePathHint
impl Unpin for AlternatePathHint
impl UnwindSafe for AlternatePathHint
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