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