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