Struct aws_sdk_appsync::operation::get_resolver::GetResolverInput
source · #[non_exhaustive]pub struct GetResolverInput { /* private fields */ }
Implementations§
source§impl GetResolverInput
impl GetResolverInput
sourcepub fn builder() -> GetResolverInputBuilder
pub fn builder() -> GetResolverInputBuilder
Creates a new builder-style object to manufacture GetResolverInput
.
source§impl GetResolverInput
impl GetResolverInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResolver, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetResolver, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetResolver
>
Trait Implementations§
source§impl Clone for GetResolverInput
impl Clone for GetResolverInput
source§fn clone(&self) -> GetResolverInput
fn clone(&self) -> GetResolverInput
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 GetResolverInput
impl Debug for GetResolverInput
source§impl PartialEq<GetResolverInput> for GetResolverInput
impl PartialEq<GetResolverInput> for GetResolverInput
source§fn eq(&self, other: &GetResolverInput) -> bool
fn eq(&self, other: &GetResolverInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetResolverInput
Auto Trait Implementations§
impl RefUnwindSafe for GetResolverInput
impl Send for GetResolverInput
impl Sync for GetResolverInput
impl Unpin for GetResolverInput
impl UnwindSafe for GetResolverInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more