Struct aws_sdk_securityhub::types::Country
source · #[non_exhaustive]pub struct Country { /* private fields */ }
Expand description
Information about a country.
Implementations§
Trait Implementations§
source§impl PartialEq<Country> for Country
impl PartialEq<Country> for Country
impl StructuralPartialEq for Country
Auto Trait Implementations§
impl RefUnwindSafe for Country
impl Send for Country
impl Sync for Country
impl Unpin for Country
impl UnwindSafe for Country
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