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