Struct aws_sdk_rds::model::SourceRegion
source · [−]#[non_exhaustive]pub struct SourceRegion { /* private fields */ }Expand description
Contains an Amazon Web Services Region name as the result of a successful call to the DescribeSourceRegions action.
Implementations
sourceimpl SourceRegion
impl SourceRegion
sourcepub fn region_name(&self) -> Option<&str>
pub fn region_name(&self) -> Option<&str>
The name of the source Amazon Web Services Region.
sourcepub fn endpoint(&self) -> Option<&str>
pub fn endpoint(&self) -> Option<&str>
The endpoint for the source Amazon Web Services Region endpoint.
sourcepub fn supports_db_instance_automated_backups_replication(&self) -> bool
pub fn supports_db_instance_automated_backups_replication(&self) -> bool
Whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
sourceimpl SourceRegion
impl SourceRegion
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SourceRegion.
Trait Implementations
sourceimpl Clone for SourceRegion
impl Clone for SourceRegion
sourcefn clone(&self) -> SourceRegion
fn clone(&self) -> SourceRegion
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 SourceRegion
impl Debug for SourceRegion
sourceimpl PartialEq<SourceRegion> for SourceRegion
impl PartialEq<SourceRegion> for SourceRegion
sourcefn eq(&self, other: &SourceRegion) -> bool
fn eq(&self, other: &SourceRegion) -> bool
impl StructuralPartialEq for SourceRegion
Auto Trait Implementations
impl RefUnwindSafe for SourceRegion
impl Send for SourceRegion
impl Sync for SourceRegion
impl Unpin for SourceRegion
impl UnwindSafe for SourceRegion
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