pub struct DescribeTableVersionResponse {
pub version: Box<TableVersion>,
}Expand description
DescribeTableVersionResponse : Response containing the table version information
Fields§
§version: Box<TableVersion>The table version information
Implementations§
Source§impl DescribeTableVersionResponse
impl DescribeTableVersionResponse
Sourcepub fn new(version: TableVersion) -> DescribeTableVersionResponse
pub fn new(version: TableVersion) -> DescribeTableVersionResponse
Response containing the table version information
Trait Implementations§
Source§impl Clone for DescribeTableVersionResponse
impl Clone for DescribeTableVersionResponse
Source§fn clone(&self) -> DescribeTableVersionResponse
fn clone(&self) -> DescribeTableVersionResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DescribeTableVersionResponse
impl Debug for DescribeTableVersionResponse
Source§impl Default for DescribeTableVersionResponse
impl Default for DescribeTableVersionResponse
Source§fn default() -> DescribeTableVersionResponse
fn default() -> DescribeTableVersionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeTableVersionResponse
impl<'de> Deserialize<'de> for DescribeTableVersionResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<DescribeTableVersionResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<DescribeTableVersionResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DescribeTableVersionResponse
impl PartialEq for DescribeTableVersionResponse
Source§fn eq(&self, other: &DescribeTableVersionResponse) -> bool
fn eq(&self, other: &DescribeTableVersionResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DescribeTableVersionResponse
impl Serialize for DescribeTableVersionResponse
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for DescribeTableVersionResponse
Auto Trait Implementations§
impl Freeze for DescribeTableVersionResponse
impl RefUnwindSafe for DescribeTableVersionResponse
impl Send for DescribeTableVersionResponse
impl Sync for DescribeTableVersionResponse
impl Unpin for DescribeTableVersionResponse
impl UnsafeUnpin for DescribeTableVersionResponse
impl UnwindSafe for DescribeTableVersionResponse
Blanket Implementations§
impl<T> Allocation for T
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