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