Struct aws_sdk_honeycode::types::UpdateRowData
source · #[non_exhaustive]pub struct UpdateRowData { /* private fields */ }
Expand description
Data needed to create a single row in a table as part of the BatchCreateTableRows request.
Implementations§
source§impl UpdateRowData
impl UpdateRowData
source§impl UpdateRowData
impl UpdateRowData
sourcepub fn builder() -> UpdateRowDataBuilder
pub fn builder() -> UpdateRowDataBuilder
Creates a new builder-style object to manufacture UpdateRowData
.
Trait Implementations§
source§impl Clone for UpdateRowData
impl Clone for UpdateRowData
source§fn clone(&self) -> UpdateRowData
fn clone(&self) -> UpdateRowData
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 Debug for UpdateRowData
impl Debug for UpdateRowData
source§impl PartialEq<UpdateRowData> for UpdateRowData
impl PartialEq<UpdateRowData> for UpdateRowData
source§fn eq(&self, other: &UpdateRowData) -> bool
fn eq(&self, other: &UpdateRowData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.