Struct aws_sdk_eventbridge::types::Primary
source · #[non_exhaustive]pub struct Primary { /* private fields */ }
Expand description
The primary Region of the endpoint.
Implementations§
Trait Implementations§
source§impl PartialEq<Primary> for Primary
impl PartialEq<Primary> for Primary
impl StructuralPartialEq for Primary
Auto Trait Implementations§
impl RefUnwindSafe for Primary
impl Send for Primary
impl Sync for Primary
impl Unpin for Primary
impl UnwindSafe for Primary
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