Struct aws_sdk_xray::model::InsightImpactGraphEdge
source · [−]#[non_exhaustive]pub struct InsightImpactGraphEdge { /* private fields */ }
Expand description
The connection between two service in an insight impact graph.
Implementations
sourceimpl InsightImpactGraphEdge
impl InsightImpactGraphEdge
sourcepub fn reference_id(&self) -> Option<i32>
pub fn reference_id(&self) -> Option<i32>
Identifier of the edge. Unique within a service map.
sourceimpl InsightImpactGraphEdge
impl InsightImpactGraphEdge
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InsightImpactGraphEdge
.
Trait Implementations
sourceimpl Clone for InsightImpactGraphEdge
impl Clone for InsightImpactGraphEdge
sourcefn clone(&self) -> InsightImpactGraphEdge
fn clone(&self) -> InsightImpactGraphEdge
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 InsightImpactGraphEdge
impl Debug for InsightImpactGraphEdge
sourceimpl PartialEq<InsightImpactGraphEdge> for InsightImpactGraphEdge
impl PartialEq<InsightImpactGraphEdge> for InsightImpactGraphEdge
sourcefn eq(&self, other: &InsightImpactGraphEdge) -> bool
fn eq(&self, other: &InsightImpactGraphEdge) -> bool
impl StructuralPartialEq for InsightImpactGraphEdge
Auto Trait Implementations
impl RefUnwindSafe for InsightImpactGraphEdge
impl Send for InsightImpactGraphEdge
impl Sync for InsightImpactGraphEdge
impl Unpin for InsightImpactGraphEdge
impl UnwindSafe for InsightImpactGraphEdge
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