#[non_exhaustive]pub struct AvailabilityZoneBuilder { /* private fields */ }
Expand description
A builder for AvailabilityZone
.
Implementations§
Trait Implementations§
source§impl Clone for AvailabilityZoneBuilder
impl Clone for AvailabilityZoneBuilder
source§fn clone(&self) -> AvailabilityZoneBuilder
fn clone(&self) -> AvailabilityZoneBuilder
Returns a copy 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 AvailabilityZoneBuilder
impl Debug for AvailabilityZoneBuilder
source§impl Default for AvailabilityZoneBuilder
impl Default for AvailabilityZoneBuilder
source§fn default() -> AvailabilityZoneBuilder
fn default() -> AvailabilityZoneBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AvailabilityZoneBuilder> for AvailabilityZoneBuilder
impl PartialEq<AvailabilityZoneBuilder> for AvailabilityZoneBuilder
source§fn eq(&self, other: &AvailabilityZoneBuilder) -> bool
fn eq(&self, other: &AvailabilityZoneBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.