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