Struct aws_sdk_eventbridge::model::Primary
source · [−]#[non_exhaustive]pub struct Primary { /* private fields */ }
Expand description
The primary Region of the endpoint.
Implementations
Trait Implementations
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
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