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