pub struct UpdateContinuousBackupsInput {
pub point_in_time_recovery_specification: PointInTimeRecoverySpecification,
pub table_name: String,
}
Fields§
§point_in_time_recovery_specification: PointInTimeRecoverySpecification
Represents the settings used to enable point in time recovery.
table_name: String
The name of the table.
Trait Implementations§
Source§impl Clone for UpdateContinuousBackupsInput
impl Clone for UpdateContinuousBackupsInput
Source§fn clone(&self) -> UpdateContinuousBackupsInput
fn clone(&self) -> UpdateContinuousBackupsInput
Returns a duplicate 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 Debug for UpdateContinuousBackupsInput
impl Debug for UpdateContinuousBackupsInput
Source§impl Default for UpdateContinuousBackupsInput
impl Default for UpdateContinuousBackupsInput
Source§fn default() -> UpdateContinuousBackupsInput
fn default() -> UpdateContinuousBackupsInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateContinuousBackupsInput
impl PartialEq for UpdateContinuousBackupsInput
Source§fn eq(&self, other: &UpdateContinuousBackupsInput) -> bool
fn eq(&self, other: &UpdateContinuousBackupsInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdateContinuousBackupsInput
Auto Trait Implementations§
impl Freeze for UpdateContinuousBackupsInput
impl RefUnwindSafe for UpdateContinuousBackupsInput
impl Send for UpdateContinuousBackupsInput
impl Sync for UpdateContinuousBackupsInput
impl Unpin for UpdateContinuousBackupsInput
impl UnwindSafe for UpdateContinuousBackupsInput
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