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