Struct aws_sdk_rds::output::DescribeDbProxyEndpointsOutput
source · [−]#[non_exhaustive]pub struct DescribeDbProxyEndpointsOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl DescribeDbProxyEndpointsOutput
impl DescribeDbProxyEndpointsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbProxyEndpointsOutput.
Trait Implementations
sourceimpl Clone for DescribeDbProxyEndpointsOutput
impl Clone for DescribeDbProxyEndpointsOutput
sourcefn clone(&self) -> DescribeDbProxyEndpointsOutput
fn clone(&self) -> DescribeDbProxyEndpointsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DescribeDbProxyEndpointsOutput> for DescribeDbProxyEndpointsOutput
impl PartialEq<DescribeDbProxyEndpointsOutput> for DescribeDbProxyEndpointsOutput
sourcefn eq(&self, other: &DescribeDbProxyEndpointsOutput) -> bool
fn eq(&self, other: &DescribeDbProxyEndpointsOutput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more