#[non_exhaustive]pub struct BatchCheckLayerAvailabilityOutput { /* private fields */ }Implementations§
source§impl BatchCheckLayerAvailabilityOutput
impl BatchCheckLayerAvailabilityOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchCheckLayerAvailabilityOutput.
Trait Implementations§
source§impl Clone for BatchCheckLayerAvailabilityOutput
impl Clone for BatchCheckLayerAvailabilityOutput
source§fn clone(&self) -> BatchCheckLayerAvailabilityOutput
fn clone(&self) -> BatchCheckLayerAvailabilityOutput
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 PartialEq<BatchCheckLayerAvailabilityOutput> for BatchCheckLayerAvailabilityOutput
impl PartialEq<BatchCheckLayerAvailabilityOutput> for BatchCheckLayerAvailabilityOutput
source§fn eq(&self, other: &BatchCheckLayerAvailabilityOutput) -> bool
fn eq(&self, other: &BatchCheckLayerAvailabilityOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.