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.impl StructuralPartialEq for ListResolversByFunctionOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListResolversByFunctionOutput
impl Send for ListResolversByFunctionOutput
impl Sync for ListResolversByFunctionOutput
impl Unpin for ListResolversByFunctionOutput
impl UnwindSafe for ListResolversByFunctionOutput
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