#[non_exhaustive]pub struct RestoreDbInstanceToPointInTimeOutput { /* private fields */ }Implementations
sourceimpl RestoreDbInstanceToPointInTimeOutput
impl RestoreDbInstanceToPointInTimeOutput
sourcepub fn db_instance(&self) -> Option<&DbInstance>
pub fn db_instance(&self) -> Option<&DbInstance>
Contains the details of an Amazon RDS DB instance.
This data type is used as a response element in the operations CreateDBInstance, CreateDBInstanceReadReplica, DeleteDBInstance, DescribeDBInstances, ModifyDBInstance, PromoteReadReplica, RebootDBInstance, RestoreDBInstanceFromDBSnapshot, RestoreDBInstanceFromS3, RestoreDBInstanceToPointInTime, StartDBInstance, and StopDBInstance.
sourceimpl RestoreDbInstanceToPointInTimeOutput
impl RestoreDbInstanceToPointInTimeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RestoreDbInstanceToPointInTimeOutput.
Trait Implementations
sourceimpl Clone for RestoreDbInstanceToPointInTimeOutput
impl Clone for RestoreDbInstanceToPointInTimeOutput
sourcefn clone(&self) -> RestoreDbInstanceToPointInTimeOutput
fn clone(&self) -> RestoreDbInstanceToPointInTimeOutput
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<RestoreDbInstanceToPointInTimeOutput> for RestoreDbInstanceToPointInTimeOutput
impl PartialEq<RestoreDbInstanceToPointInTimeOutput> for RestoreDbInstanceToPointInTimeOutput
sourcefn eq(&self, other: &RestoreDbInstanceToPointInTimeOutput) -> bool
fn eq(&self, other: &RestoreDbInstanceToPointInTimeOutput) -> bool
impl StructuralPartialEq for RestoreDbInstanceToPointInTimeOutput
Auto Trait Implementations
impl RefUnwindSafe for RestoreDbInstanceToPointInTimeOutput
impl Send for RestoreDbInstanceToPointInTimeOutput
impl Sync for RestoreDbInstanceToPointInTimeOutput
impl Unpin for RestoreDbInstanceToPointInTimeOutput
impl UnwindSafe for RestoreDbInstanceToPointInTimeOutput
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