Struct aws_sdk_honeycode::model::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
sourceimpl UpdateRowData
impl UpdateRowData
sourceimpl UpdateRowData
impl UpdateRowData
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateRowData
.
Trait Implementations
sourceimpl Clone for UpdateRowData
impl Clone for UpdateRowData
sourcefn clone(&self) -> UpdateRowData
fn clone(&self) -> UpdateRowData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateRowData
impl Debug for UpdateRowData
sourceimpl PartialEq<UpdateRowData> for UpdateRowData
impl PartialEq<UpdateRowData> for UpdateRowData
sourcefn eq(&self, other: &UpdateRowData) -> bool
fn eq(&self, other: &UpdateRowData) -> bool
impl StructuralPartialEq for UpdateRowData
Auto Trait Implementations
impl RefUnwindSafe for UpdateRowData
impl Send for UpdateRowData
impl Sync for UpdateRowData
impl Unpin for UpdateRowData
impl UnwindSafe for UpdateRowData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more