#[non_exhaustive]pub struct DescribeDbProxyEndpointsOutput { /* private fields */ }Implementations§
source§impl DescribeDbProxyEndpointsOutput
impl DescribeDbProxyEndpointsOutput
sourcepub fn db_proxy_endpoints(&self) -> Option<&[DbProxyEndpoint]>
pub fn db_proxy_endpoints(&self) -> Option<&[DbProxyEndpoint]>
The list of ProxyEndpoint objects returned by the API operation.
source§impl DescribeDbProxyEndpointsOutput
impl DescribeDbProxyEndpointsOutput
sourcepub fn builder() -> DescribeDbProxyEndpointsOutputBuilder
pub fn builder() -> DescribeDbProxyEndpointsOutputBuilder
Creates a new builder-style object to manufacture DescribeDbProxyEndpointsOutput.
Trait Implementations§
source§impl Clone for DescribeDbProxyEndpointsOutput
impl Clone for DescribeDbProxyEndpointsOutput
source§fn clone(&self) -> DescribeDbProxyEndpointsOutput
fn clone(&self) -> DescribeDbProxyEndpointsOutput
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<DescribeDbProxyEndpointsOutput> for DescribeDbProxyEndpointsOutput
impl PartialEq<DescribeDbProxyEndpointsOutput> for DescribeDbProxyEndpointsOutput
source§fn eq(&self, other: &DescribeDbProxyEndpointsOutput) -> bool
fn eq(&self, other: &DescribeDbProxyEndpointsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeDbProxyEndpointsOutput
impl RequestId for DescribeDbProxyEndpointsOutput
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.impl StructuralPartialEq for DescribeDbProxyEndpointsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeDbProxyEndpointsOutput
impl Send for DescribeDbProxyEndpointsOutput
impl Sync for DescribeDbProxyEndpointsOutput
impl Unpin for DescribeDbProxyEndpointsOutput
impl UnwindSafe for DescribeDbProxyEndpointsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more