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