Struct aws_sdk_xray::model::Edge
source · [−]#[non_exhaustive]pub struct Edge { /* private fields */ }
Expand description
Information about a connection between two services.
Implementations
sourceimpl Edge
impl Edge
sourcepub fn reference_id(&self) -> Option<i32>
pub fn reference_id(&self) -> Option<i32>
Identifier of the edge. Unique within a service map.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The start time of the first segment on the edge.
sourcepub fn summary_statistics(&self) -> Option<&EdgeStatistics>
pub fn summary_statistics(&self) -> Option<&EdgeStatistics>
Response statistics for segments on the edge.
sourcepub fn response_time_histogram(&self) -> Option<&[HistogramEntry]>
pub fn response_time_histogram(&self) -> Option<&[HistogramEntry]>
A histogram that maps the spread of client response times on an edge.
Trait Implementations
impl StructuralPartialEq for Edge
Auto Trait Implementations
impl RefUnwindSafe for Edge
impl Send for Edge
impl Sync for Edge
impl Unpin for Edge
impl UnwindSafe for Edge
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