#[non_exhaustive]pub struct DescribeDbClusterEndpointsOutput { /* private fields */ }Implementations
sourceimpl DescribeDbClusterEndpointsOutput
impl DescribeDbClusterEndpointsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional pagination token provided by a previous DescribeDBClusterEndpoints request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
sourcepub fn db_cluster_endpoints(&self) -> Option<&[DbClusterEndpoint]>
pub fn db_cluster_endpoints(&self) -> Option<&[DbClusterEndpoint]>
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
sourceimpl DescribeDbClusterEndpointsOutput
impl DescribeDbClusterEndpointsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbClusterEndpointsOutput.
Trait Implementations
sourceimpl Clone for DescribeDbClusterEndpointsOutput
impl Clone for DescribeDbClusterEndpointsOutput
sourcefn clone(&self) -> DescribeDbClusterEndpointsOutput
fn clone(&self) -> DescribeDbClusterEndpointsOutput
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<DescribeDbClusterEndpointsOutput> for DescribeDbClusterEndpointsOutput
impl PartialEq<DescribeDbClusterEndpointsOutput> for DescribeDbClusterEndpointsOutput
sourcefn eq(&self, other: &DescribeDbClusterEndpointsOutput) -> bool
fn eq(&self, other: &DescribeDbClusterEndpointsOutput) -> bool
impl StructuralPartialEq for DescribeDbClusterEndpointsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDbClusterEndpointsOutput
impl Send for DescribeDbClusterEndpointsOutput
impl Sync for DescribeDbClusterEndpointsOutput
impl Unpin for DescribeDbClusterEndpointsOutput
impl UnwindSafe for DescribeDbClusterEndpointsOutput
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