Struct aws_sdk_eventbridge::model::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
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
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