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