pub struct MovingAddressStatus {
pub move_status: Option<String>,
pub public_ip: Option<String>,
}Expand description
Describes the status of a moving Elastic IP address.
Fields§
§move_status: Option<String>The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
public_ip: Option<String>The Elastic IP address.
Trait Implementations§
Source§impl Clone for MovingAddressStatus
impl Clone for MovingAddressStatus
Source§fn clone(&self) -> MovingAddressStatus
fn clone(&self) -> MovingAddressStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MovingAddressStatus
impl Debug for MovingAddressStatus
Source§impl Default for MovingAddressStatus
impl Default for MovingAddressStatus
Source§fn default() -> MovingAddressStatus
fn default() -> MovingAddressStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for MovingAddressStatus
impl PartialEq for MovingAddressStatus
impl StructuralPartialEq for MovingAddressStatus
Auto Trait Implementations§
impl Freeze for MovingAddressStatus
impl RefUnwindSafe for MovingAddressStatus
impl Send for MovingAddressStatus
impl Sync for MovingAddressStatus
impl Unpin for MovingAddressStatus
impl UnwindSafe for MovingAddressStatus
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