#[non_exhaustive]pub struct CreateResolverOutput { /* private fields */ }
Implementations§
source§impl CreateResolverOutput
impl CreateResolverOutput
sourcepub fn builder() -> CreateResolverOutputBuilder
pub fn builder() -> CreateResolverOutputBuilder
Creates a new builder-style object to manufacture CreateResolverOutput
.
Trait Implementations§
source§impl Clone for CreateResolverOutput
impl Clone for CreateResolverOutput
source§fn clone(&self) -> CreateResolverOutput
fn clone(&self) -> CreateResolverOutput
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 CreateResolverOutput
impl Debug for CreateResolverOutput
source§impl PartialEq<CreateResolverOutput> for CreateResolverOutput
impl PartialEq<CreateResolverOutput> for CreateResolverOutput
source§fn eq(&self, other: &CreateResolverOutput) -> bool
fn eq(&self, other: &CreateResolverOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateResolverOutput
impl RequestId for CreateResolverOutput
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.