Struct aws_sdk_xray::model::AnomalousService
source · [−]#[non_exhaustive]pub struct AnomalousService { /* private fields */ }
Expand description
The service within the service graph that has anomalously high fault rates.
Implementations
sourceimpl AnomalousService
impl AnomalousService
sourcepub fn service_id(&self) -> Option<&ServiceId>
pub fn service_id(&self) -> Option<&ServiceId>
sourceimpl AnomalousService
impl AnomalousService
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnomalousService
.
Trait Implementations
sourceimpl Clone for AnomalousService
impl Clone for AnomalousService
sourcefn clone(&self) -> AnomalousService
fn clone(&self) -> AnomalousService
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 AnomalousService
impl Debug for AnomalousService
sourceimpl PartialEq<AnomalousService> for AnomalousService
impl PartialEq<AnomalousService> for AnomalousService
sourcefn eq(&self, other: &AnomalousService) -> bool
fn eq(&self, other: &AnomalousService) -> bool
impl StructuralPartialEq for AnomalousService
Auto Trait Implementations
impl RefUnwindSafe for AnomalousService
impl Send for AnomalousService
impl Sync for AnomalousService
impl Unpin for AnomalousService
impl UnwindSafe for AnomalousService
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