Struct aws_sdk_rds::output::DescribeSourceRegionsOutput
source · [−]#[non_exhaustive]pub struct DescribeSourceRegionsOutput { /* private fields */ }Expand description
Contains the result of a successful invocation of the DescribeSourceRegions action.
Implementations
sourceimpl DescribeSourceRegionsOutput
impl DescribeSourceRegionsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
sourcepub fn source_regions(&self) -> Option<&[SourceRegion]>
pub fn source_regions(&self) -> Option<&[SourceRegion]>
A list of SourceRegion instances that contains each source Amazon Web Services Region that the current Amazon Web Services Region can get a read replica or a DB snapshot from.
sourceimpl DescribeSourceRegionsOutput
impl DescribeSourceRegionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeSourceRegionsOutput.
Trait Implementations
sourceimpl Clone for DescribeSourceRegionsOutput
impl Clone for DescribeSourceRegionsOutput
sourcefn clone(&self) -> DescribeSourceRegionsOutput
fn clone(&self) -> DescribeSourceRegionsOutput
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 Debug for DescribeSourceRegionsOutput
impl Debug for DescribeSourceRegionsOutput
sourceimpl PartialEq<DescribeSourceRegionsOutput> for DescribeSourceRegionsOutput
impl PartialEq<DescribeSourceRegionsOutput> for DescribeSourceRegionsOutput
sourcefn eq(&self, other: &DescribeSourceRegionsOutput) -> bool
fn eq(&self, other: &DescribeSourceRegionsOutput) -> bool
impl StructuralPartialEq for DescribeSourceRegionsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeSourceRegionsOutput
impl Send for DescribeSourceRegionsOutput
impl Sync for DescribeSourceRegionsOutput
impl Unpin for DescribeSourceRegionsOutput
impl UnwindSafe for DescribeSourceRegionsOutput
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