Struct aws_sdk_macie2::types::IpCountry
source · #[non_exhaustive]pub struct IpCountry { /* private fields */ }Expand description
Provides information about the country that an IP address originated from.
Implementations§
Trait Implementations§
source§impl PartialEq<IpCountry> for IpCountry
impl PartialEq<IpCountry> for IpCountry
impl StructuralPartialEq for IpCountry
Auto Trait Implementations§
impl RefUnwindSafe for IpCountry
impl Send for IpCountry
impl Sync for IpCountry
impl Unpin for IpCountry
impl UnwindSafe for IpCountry
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