Struct aws_sdk_appsync::operation::list_resolvers_by_function::ListResolversByFunctionOutput
source · #[non_exhaustive]pub struct ListResolversByFunctionOutput { /* private fields */ }
Implementations§
source§impl ListResolversByFunctionOutput
impl ListResolversByFunctionOutput
sourcepub fn builder() -> ListResolversByFunctionOutputBuilder
pub fn builder() -> ListResolversByFunctionOutputBuilder
Creates a new builder-style object to manufacture ListResolversByFunctionOutput
.
Trait Implementations§
source§impl Clone for ListResolversByFunctionOutput
impl Clone for ListResolversByFunctionOutput
source§fn clone(&self) -> ListResolversByFunctionOutput
fn clone(&self) -> ListResolversByFunctionOutput
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 PartialEq<ListResolversByFunctionOutput> for ListResolversByFunctionOutput
impl PartialEq<ListResolversByFunctionOutput> for ListResolversByFunctionOutput
source§fn eq(&self, other: &ListResolversByFunctionOutput) -> bool
fn eq(&self, other: &ListResolversByFunctionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListResolversByFunctionOutput
impl RequestId for ListResolversByFunctionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.