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