Struct aws_sdk_eventbridge::types::Secondary
source · #[non_exhaustive]pub struct Secondary { /* private fields */ }
Expand description
The secondary Region that processes events when failover is triggered or replication is enabled.
Implementations§
Trait Implementations§
source§impl PartialEq<Secondary> for Secondary
impl PartialEq<Secondary> for Secondary
impl StructuralPartialEq for Secondary
Auto Trait Implementations§
impl RefUnwindSafe for Secondary
impl Send for Secondary
impl Sync for Secondary
impl Unpin for Secondary
impl UnwindSafe for Secondary
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