Struct aws_sdk_eventbridge::types::FailoverConfig
source · #[non_exhaustive]pub struct FailoverConfig { /* private fields */ }
Expand description
The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
Implementations§
source§impl FailoverConfig
impl FailoverConfig
sourcepub fn builder() -> FailoverConfigBuilder
pub fn builder() -> FailoverConfigBuilder
Creates a new builder-style object to manufacture FailoverConfig
.
Trait Implementations§
source§impl Clone for FailoverConfig
impl Clone for FailoverConfig
source§fn clone(&self) -> FailoverConfig
fn clone(&self) -> FailoverConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FailoverConfig
impl Debug for FailoverConfig
source§impl PartialEq<FailoverConfig> for FailoverConfig
impl PartialEq<FailoverConfig> for FailoverConfig
source§fn eq(&self, other: &FailoverConfig) -> bool
fn eq(&self, other: &FailoverConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FailoverConfig
Auto Trait Implementations§
impl RefUnwindSafe for FailoverConfig
impl Send for FailoverConfig
impl Sync for FailoverConfig
impl Unpin for FailoverConfig
impl UnwindSafe for FailoverConfig
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