Struct aws_sdk_xray::model::InstanceIdDetail
source · #[non_exhaustive]pub struct InstanceIdDetail { /* private fields */ }
Expand description
A list of EC2 instance IDs corresponding to the segments in a trace.
Implementations§
source§impl InstanceIdDetail
impl InstanceIdDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstanceIdDetail
.
Trait Implementations§
source§impl Clone for InstanceIdDetail
impl Clone for InstanceIdDetail
source§fn clone(&self) -> InstanceIdDetail
fn clone(&self) -> InstanceIdDetail
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InstanceIdDetail
impl Debug for InstanceIdDetail
source§impl PartialEq<InstanceIdDetail> for InstanceIdDetail
impl PartialEq<InstanceIdDetail> for InstanceIdDetail
source§fn eq(&self, other: &InstanceIdDetail) -> bool
fn eq(&self, other: &InstanceIdDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.