Struct aws_sdk_honeycode::types::TableRow
source · #[non_exhaustive]pub struct TableRow { /* private fields */ }Expand description
An object that contains attributes about a single row in a table
Implementations§
Trait Implementations§
source§impl PartialEq<TableRow> for TableRow
impl PartialEq<TableRow> for TableRow
impl StructuralPartialEq for TableRow
Auto Trait Implementations§
impl RefUnwindSafe for TableRow
impl Send for TableRow
impl Sync for TableRow
impl Unpin for TableRow
impl UnwindSafe for TableRow
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