pub struct ConnectFailureRecoveryOutcomeEventCodes {
pub result: ConnectFailureRecoveryOutcomeMetricDimensionResult,
pub client_recovery_mechanism: ConnectFailureRecoveryOutcomeMetricDimensionClientRecoveryMechanism,
}Fields§
§result: ConnectFailureRecoveryOutcomeMetricDimensionResult§client_recovery_mechanism: ConnectFailureRecoveryOutcomeMetricDimensionClientRecoveryMechanismTrait Implementations§
Source§impl AsEventCodes for ConnectFailureRecoveryOutcomeEventCodes
impl AsEventCodes for ConnectFailureRecoveryOutcomeEventCodes
Source§fn as_event_codes(&self) -> Vec<u32>
fn as_event_codes(&self) -> Vec<u32>
Converts the source type into a
Vec<u32> of event codes.Source§impl Clone for ConnectFailureRecoveryOutcomeEventCodes
impl Clone for ConnectFailureRecoveryOutcomeEventCodes
Source§fn clone(&self) -> ConnectFailureRecoveryOutcomeEventCodes
fn clone(&self) -> ConnectFailureRecoveryOutcomeEventCodes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConnectFailureRecoveryOutcomeEventCodes
impl Eq for ConnectFailureRecoveryOutcomeEventCodes
Source§impl Ord for ConnectFailureRecoveryOutcomeEventCodes
impl Ord for ConnectFailureRecoveryOutcomeEventCodes
Source§fn cmp(&self, other: &ConnectFailureRecoveryOutcomeEventCodes) -> Ordering
fn cmp(&self, other: &ConnectFailureRecoveryOutcomeEventCodes) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for ConnectFailureRecoveryOutcomeEventCodes
impl PartialOrd for ConnectFailureRecoveryOutcomeEventCodes
impl StructuralPartialEq for ConnectFailureRecoveryOutcomeEventCodes
Auto Trait Implementations§
impl Freeze for ConnectFailureRecoveryOutcomeEventCodes
impl RefUnwindSafe for ConnectFailureRecoveryOutcomeEventCodes
impl Send for ConnectFailureRecoveryOutcomeEventCodes
impl Sync for ConnectFailureRecoveryOutcomeEventCodes
impl Unpin for ConnectFailureRecoveryOutcomeEventCodes
impl UnsafeUnpin for ConnectFailureRecoveryOutcomeEventCodes
impl UnwindSafe for ConnectFailureRecoveryOutcomeEventCodes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more