pub struct DescribeContinuousBackupsOutput {
pub continuous_backups_description: Option<ContinuousBackupsDescription>,
}
Fields§
§continuous_backups_description: Option<ContinuousBackupsDescription>
Represents the continuous backups and point in time recovery settings on the table.
Trait Implementations§
Source§impl Clone for DescribeContinuousBackupsOutput
impl Clone for DescribeContinuousBackupsOutput
Source§fn clone(&self) -> DescribeContinuousBackupsOutput
fn clone(&self) -> DescribeContinuousBackupsOutput
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for DescribeContinuousBackupsOutput
impl Default for DescribeContinuousBackupsOutput
Source§fn default() -> DescribeContinuousBackupsOutput
fn default() -> DescribeContinuousBackupsOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeContinuousBackupsOutput
impl<'de> Deserialize<'de> for DescribeContinuousBackupsOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DescribeContinuousBackupsOutput
impl PartialEq for DescribeContinuousBackupsOutput
Source§fn eq(&self, other: &DescribeContinuousBackupsOutput) -> bool
fn eq(&self, other: &DescribeContinuousBackupsOutput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeContinuousBackupsOutput
Auto Trait Implementations§
impl Freeze for DescribeContinuousBackupsOutput
impl RefUnwindSafe for DescribeContinuousBackupsOutput
impl Send for DescribeContinuousBackupsOutput
impl Sync for DescribeContinuousBackupsOutput
impl Unpin for DescribeContinuousBackupsOutput
impl UnwindSafe for DescribeContinuousBackupsOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more