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