#[non_exhaustive]pub struct BatchCheckLayerAvailabilityOutput { /* private fields */ }
Implementations
sourceimpl BatchCheckLayerAvailabilityOutput
impl BatchCheckLayerAvailabilityOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchCheckLayerAvailabilityOutput
.
Trait Implementations
sourceimpl Clone for BatchCheckLayerAvailabilityOutput
impl Clone for BatchCheckLayerAvailabilityOutput
sourcefn clone(&self) -> BatchCheckLayerAvailabilityOutput
fn clone(&self) -> BatchCheckLayerAvailabilityOutput
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 PartialEq<BatchCheckLayerAvailabilityOutput> for BatchCheckLayerAvailabilityOutput
impl PartialEq<BatchCheckLayerAvailabilityOutput> for BatchCheckLayerAvailabilityOutput
sourcefn eq(&self, other: &BatchCheckLayerAvailabilityOutput) -> bool
fn eq(&self, other: &BatchCheckLayerAvailabilityOutput) -> bool
impl StructuralPartialEq for BatchCheckLayerAvailabilityOutput
Auto Trait Implementations
impl RefUnwindSafe for BatchCheckLayerAvailabilityOutput
impl Send for BatchCheckLayerAvailabilityOutput
impl Sync for BatchCheckLayerAvailabilityOutput
impl Unpin for BatchCheckLayerAvailabilityOutput
impl UnwindSafe for BatchCheckLayerAvailabilityOutput
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