Struct aws_sdk_ec2::model::MovingAddressStatus
source · [−]#[non_exhaustive]pub struct MovingAddressStatus { /* private fields */ }
Expand description
Describes the status of a moving Elastic IP address.
We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
Implementations
sourceimpl MovingAddressStatus
impl MovingAddressStatus
sourcepub fn move_status(&self) -> Option<&MoveStatus>
pub fn move_status(&self) -> Option<&MoveStatus>
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
sourceimpl MovingAddressStatus
impl MovingAddressStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MovingAddressStatus
.
Trait Implementations
sourceimpl Clone for MovingAddressStatus
impl Clone for MovingAddressStatus
sourcefn clone(&self) -> MovingAddressStatus
fn clone(&self) -> MovingAddressStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for MovingAddressStatus
impl Debug for MovingAddressStatus
sourceimpl PartialEq<MovingAddressStatus> for MovingAddressStatus
impl PartialEq<MovingAddressStatus> for MovingAddressStatus
sourcefn eq(&self, other: &MovingAddressStatus) -> bool
fn eq(&self, other: &MovingAddressStatus) -> bool
impl StructuralPartialEq for MovingAddressStatus
Auto Trait Implementations
impl RefUnwindSafe for MovingAddressStatus
impl Send for MovingAddressStatus
impl Sync for MovingAddressStatus
impl Unpin for MovingAddressStatus
impl UnwindSafe for MovingAddressStatus
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