pub struct RestoreTableToPointInTimeOutput {
pub table_description: Option<TableDescription>,
}
Fields§
§table_description: Option<TableDescription>
Represents the properties of a table.
Trait Implementations§
Source§impl Clone for RestoreTableToPointInTimeOutput
impl Clone for RestoreTableToPointInTimeOutput
Source§fn clone(&self) -> RestoreTableToPointInTimeOutput
fn clone(&self) -> RestoreTableToPointInTimeOutput
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 Default for RestoreTableToPointInTimeOutput
impl Default for RestoreTableToPointInTimeOutput
Source§fn default() -> RestoreTableToPointInTimeOutput
fn default() -> RestoreTableToPointInTimeOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RestoreTableToPointInTimeOutput
impl<'de> Deserialize<'de> for RestoreTableToPointInTimeOutput
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 RestoreTableToPointInTimeOutput
impl PartialEq for RestoreTableToPointInTimeOutput
Source§fn eq(&self, other: &RestoreTableToPointInTimeOutput) -> bool
fn eq(&self, other: &RestoreTableToPointInTimeOutput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for RestoreTableToPointInTimeOutput
Auto Trait Implementations§
impl Freeze for RestoreTableToPointInTimeOutput
impl RefUnwindSafe for RestoreTableToPointInTimeOutput
impl Send for RestoreTableToPointInTimeOutput
impl Sync for RestoreTableToPointInTimeOutput
impl Unpin for RestoreTableToPointInTimeOutput
impl UnwindSafe for RestoreTableToPointInTimeOutput
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