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