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
sourceimpl InstanceIdDetail
impl InstanceIdDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstanceIdDetail
.
Trait Implementations
sourceimpl Clone for InstanceIdDetail
impl Clone for InstanceIdDetail
sourcefn clone(&self) -> InstanceIdDetail
fn clone(&self) -> InstanceIdDetail
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 InstanceIdDetail
impl Debug for InstanceIdDetail
sourceimpl PartialEq<InstanceIdDetail> for InstanceIdDetail
impl PartialEq<InstanceIdDetail> for InstanceIdDetail
sourcefn eq(&self, other: &InstanceIdDetail) -> bool
fn eq(&self, other: &InstanceIdDetail) -> bool
impl StructuralPartialEq for InstanceIdDetail
Auto Trait Implementations
impl RefUnwindSafe for InstanceIdDetail
impl Send for InstanceIdDetail
impl Sync for InstanceIdDetail
impl Unpin for InstanceIdDetail
impl UnwindSafe for InstanceIdDetail
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