#[non_exhaustive]pub struct CreateLayoutInput { /* private fields */ }Implementations§
source§impl CreateLayoutInput
 
impl CreateLayoutInput
source§impl CreateLayoutInput
 
impl CreateLayoutInput
sourcepub fn builder() -> CreateLayoutInputBuilder
 
pub fn builder() -> CreateLayoutInputBuilder
Creates a new builder-style object to manufacture CreateLayoutInput.
source§impl CreateLayoutInput
 
impl CreateLayoutInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<CreateLayout, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateLayout, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateLayout>
Trait Implementations§
source§impl Clone for CreateLayoutInput
 
impl Clone for CreateLayoutInput
source§fn clone(&self) -> CreateLayoutInput
 
fn clone(&self) -> CreateLayoutInput
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 CreateLayoutInput
 
impl Debug for CreateLayoutInput
source§impl PartialEq<CreateLayoutInput> for CreateLayoutInput
 
impl PartialEq<CreateLayoutInput> for CreateLayoutInput
source§fn eq(&self, other: &CreateLayoutInput) -> bool
 
fn eq(&self, other: &CreateLayoutInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.