Struct aws_sdk_ec2::model::AvailabilityZoneMessage
source · [−]#[non_exhaustive]pub struct AvailabilityZoneMessage { /* private fields */ }
Expand description
Describes a message about an Availability Zone, Local Zone, or Wavelength Zone.
Implementations
sourceimpl AvailabilityZoneMessage
impl AvailabilityZoneMessage
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AvailabilityZoneMessage
.
Trait Implementations
sourceimpl Clone for AvailabilityZoneMessage
impl Clone for AvailabilityZoneMessage
sourcefn clone(&self) -> AvailabilityZoneMessage
fn clone(&self) -> AvailabilityZoneMessage
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 AvailabilityZoneMessage
impl Debug for AvailabilityZoneMessage
sourceimpl PartialEq<AvailabilityZoneMessage> for AvailabilityZoneMessage
impl PartialEq<AvailabilityZoneMessage> for AvailabilityZoneMessage
sourcefn eq(&self, other: &AvailabilityZoneMessage) -> bool
fn eq(&self, other: &AvailabilityZoneMessage) -> bool
impl StructuralPartialEq for AvailabilityZoneMessage
Auto Trait Implementations
impl RefUnwindSafe for AvailabilityZoneMessage
impl Send for AvailabilityZoneMessage
impl Sync for AvailabilityZoneMessage
impl Unpin for AvailabilityZoneMessage
impl UnwindSafe for AvailabilityZoneMessage
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