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