#[non_exhaustive]pub struct ListResolversByFunctionOutput { /* private fields */ }
Implementations§
source§impl ListResolversByFunctionOutput
impl ListResolversByFunctionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==
.